7 lines
130 B
Objective-C
7 lines
130 B
Objective-C
#import "MWMAlert.h"
|
|
|
|
@interface MWMPlaceDoesntExistAlert : MWMAlert
|
|
|
|
+ (instancetype)alertWithBlock:(MWMStringBlock)block;
|
|
|
|
@end
|