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