Sebastián Katzer vor 12 Jahren
Ursprung
Commit
9f84075425
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  1. 1 2
      src/ios/APPLocalNotification.m

+ 1 - 2
src/ios/APPLocalNotification.m

@@ -15,8 +15,7 @@
 - (NSMutableDictionary*) repeatDict;
 - (NSDictionary*) userDict:(NSMutableDictionary*)options;
 - (UILocalNotification*) prepareNotification:(NSMutableDictionary*)options;
-
-- (void)aWindowBecameMain:(NSNotification *)notification;
+- (void) didReceiveLocalNotification:(NSNotification *)localNotification;
 
 @end