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