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:
parent
33cee0cf13
commit
5d9f7c2123
1 changed files with 1 additions and 0 deletions
|
@ -64,5 +64,6 @@
|
|||
+ (BOOL) showPin:(MWMPin *)pin;
|
||||
// Displays any number of pins
|
||||
+ (BOOL) showPins:(NSArray *)pins;
|
||||
+ (void) showMapsWithMeIsNotInstalledDialog;
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Reference in a new issue