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