mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 14:43:43 +00:00
To expand with full Organic Maps and Maps.ME commits history run: git remote add om-historic [om-historic.git repo url] git fetch --tags om-historic git replace squashed-history historic-commits
16 lines
210 B
Objective-C
16 lines
210 B
Objective-C
#import "MWMMapViewControlsManager.h"
|
|
|
|
struct FeatureID;
|
|
|
|
@protocol MWMFeatureHolder<NSObject>
|
|
|
|
- (FeatureID const &)featureId;
|
|
|
|
@end
|
|
|
|
@protocol MWMPlacePageProtocol<MWMFeatureHolder>
|
|
|
|
- (BOOL)isPPShown;
|
|
|
|
@end
|