Skip to content

Commit cdcb3b8

Browse files
author
yixiang
committed
解决didi#5
1 parent 1d2bc96 commit cdcb3b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DoraemonKit/Src/Core/Plugin/AppInfo/DoraemonAppInfoUtil.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
#import <Photos/Photos.h>
1313
#import <AddressBook/AddressBook.h>
1414
#import <Contacts/Contacts.h>
15-
@import CoreTelephony;
16-
@import EventKit;
15+
#import <CoreTelephony/CTCellularData.h>
16+
#import <EventKit/EventKit.h>
1717

1818
#define IOS8 ([[[UIDevice currentDevice] systemVersion] doubleValue] >=8.0 ? YES : NO)
1919

0 commit comments

Comments
 (0)