Browse Source

can compile without the precompiled header (#927)

akuraru 9 năm trước cách đây
mục cha
commit
a3f2be443b
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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