8 lines
132 B
C
8 lines
132 B
C
|
|
#import "MWMAlert.h"
|
||
|
|
|
||
|
|
@interface MWMLocationAlert : MWMAlert
|
||
|
|
|
||
|
|
+ (instancetype)alertWithCancelBlock:(MWMVoidBlock)cancelBlock;
|
||
|
|
|
||
|
|
@end
|