Sebastián Katzer 12 년 전
부모
커밋
9f84075425
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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