7 lines
131 B
Objective-C
7 lines
131 B
Objective-C
#import "MWMAlert.h"
|
|
|
|
@interface MWMRoutingDisclaimerAlert : MWMAlert
|
|
|
|
+ (instancetype)alertWithOkBlock:(MWMVoidBlock)block;
|
|
|
|
@end
|