15 lines
210 B
Objective-C
15 lines
210 B
Objective-C
#import "MWMMapViewControlsManager.h"
|
|
|
|
struct FeatureID;
|
|
|
|
@protocol MWMFeatureHolder<NSObject>
|
|
|
|
- (FeatureID const &)featureId;
|
|
|
|
@end
|
|
|
|
@protocol MWMPlacePageProtocol<MWMFeatureHolder>
|
|
|
|
- (BOOL)isPPShown;
|
|
|
|
@end
|