Made public method to display "MapsWithMe is not installed" dialog. Note, that you can customize it's behavior by editing implementation.

This commit is contained in:
Alex Zolotarev 2013-08-14 21:13:45 +03:00
parent 33cee0cf13
commit 5d9f7c2123

View file

@ -64,5 +64,6 @@
+ (BOOL) showPin:(MWMPin *)pin;
// Displays any number of pins
+ (BOOL) showPins:(NSArray *)pins;
+ (void) showMapsWithMeIsNotInstalledDialog;
@end