[ios] Adding feature methods was added to MWMBottomMenuControllerProtocol.

This commit is contained in:
VladiMihaylenko 2016-03-03 15:35:51 +03:00 committed by Sergey Yershov
parent 8419537d18
commit 006b05f767

View file

@ -9,6 +9,8 @@
- (void)actionDownloadMaps;
- (void)closeInfoScreens;
- (void)addPlace;
- (void)didFinishAddingPlace;
@end