co-maps/iphone/Maps/Classes/Components/MWMController.h

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

10 lines
204 B
C
Raw Normal View History

2025-11-22 13:58:55 +01:00
@class MWMAlertViewController;
@protocol MWMController <NSObject>
@property (nonatomic, readonly) BOOL hasNavigationBar;
@property (nonatomic, readonly) MWMAlertViewController * alertController;
@end