Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@maps.me>2015-09-04 20:25:28 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:03:54 +0300
commitac1417a11d97c399dbdac5fa1f78c8ee82bf97dd (patch)
tree7c9514887b581779fc0a084a005049754a0e5e08 /iphone/Maps/Classes/LocalNotificationManager.h
parent5e3412ca24202c52afe98228b35916bce80b78e4 (diff)
[ios] Removed unused code.
Diffstat (limited to 'iphone/Maps/Classes/LocalNotificationManager.h')
-rw-r--r--iphone/Maps/Classes/LocalNotificationManager.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/iphone/Maps/Classes/LocalNotificationManager.h b/iphone/Maps/Classes/LocalNotificationManager.h
index bebef86c3d..cd909b676d 100644
--- a/iphone/Maps/Classes/LocalNotificationManager.h
+++ b/iphone/Maps/Classes/LocalNotificationManager.h
@@ -6,7 +6,6 @@
+ (instancetype)sharedManager;
- (void)showDownloadMapNotificationIfNeeded:(void (^)(UIBackgroundFetchResult))completionHandler;
-- (void)updateLocalNotifications;
- (void)processNotification:(UILocalNotification *)notification onLaunch:(BOOL)onLaunch;
@end