소스 검색

can compile without the precompiled header (#927)

akuraru 9 년 전
부모
커밋
a3f2be443b
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/ios/APPLocalNotificationOptions.h

+ 3 - 0
src/ios/APPLocalNotificationOptions.h

@@ -20,6 +20,9 @@
  *
  * @APPPLANT_LICENSE_HEADER_END@
  */
+ 
+#import <Foundation/Foundation.h>
+#import <UIKit/UIKit.h>
 
 @interface APPLocalNotificationOptions : NSObject