co-maps/iphone/Maps/UI/PlacePage/MWMPlacePageProtocol.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
210 B
C
Raw Normal View History

2025-11-22 13:58:55 +01:00
#import "MWMMapViewControlsManager.h"
struct FeatureID;
@protocol MWMFeatureHolder<NSObject>
- (FeatureID const &)featureId;
@end
@protocol MWMPlacePageProtocol<MWMFeatureHolder>
- (BOOL)isPPShown;
@end