We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d2bc96 commit cdcb3b8Copy full SHA for cdcb3b8
1 file changed
DoraemonKit/Src/Core/Plugin/AppInfo/DoraemonAppInfoUtil.m
@@ -12,8 +12,8 @@
12
#import <Photos/Photos.h>
13
#import <AddressBook/AddressBook.h>
14
#import <Contacts/Contacts.h>
15
-@import CoreTelephony;
16
-@import EventKit;
+#import <CoreTelephony/CTCellularData.h>
+#import <EventKit/EventKit.h>
17
18
#define IOS8 ([[[UIDevice currentDevice] systemVersion] doubleValue] >=8.0 ? YES : NO)
19
0 commit comments