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:
authorIgor Khmurets <subzero@mapswithme.com>2014-08-06 18:53:47 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:23:43 +0300
commit5642b6b5cc254bb63bc50573753abdb950db8e62 (patch)
tree5e4aef2c4a368e8b34bb73ba639d0f99d3885a3c /iphone/Maps/Classes/LocalNotificationManager.h
parent61ba34aa10d26473775448960e8f21444a093020 (diff)
[ios] Promo notification in Lite
Diffstat (limited to 'iphone/Maps/Classes/LocalNotificationManager.h')
-rw-r--r--iphone/Maps/Classes/LocalNotificationManager.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/iphone/Maps/Classes/LocalNotificationManager.h b/iphone/Maps/Classes/LocalNotificationManager.h
index aefffa8322..5ca2cc6c11 100644
--- a/iphone/Maps/Classes/LocalNotificationManager.h
+++ b/iphone/Maps/Classes/LocalNotificationManager.h
@@ -7,6 +7,8 @@
- (void)showDownloadMapNotificationIfNeeded:(void (^)(UIBackgroundFetchResult))completionHandler;
- (void)showDownloadMapAlertIfNeeded;
-- (void)processDownloadMapNotification:(UILocalNotification *)notification;
+- (void)processNotification:(UILocalNotification *)notification;
+
+- (void)schedulePromoNotification;
@end