10 lines
204 B
C
10 lines
204 B
C
|
|
@class MWMAlertViewController;
|
||
|
|
|
||
|
|
@protocol MWMController <NSObject>
|
||
|
|
|
||
|
|
@property (nonatomic, readonly) BOOL hasNavigationBar;
|
||
|
|
|
||
|
|
@property (nonatomic, readonly) MWMAlertViewController * alertController;
|
||
|
|
|
||
|
|
@end
|