Skip to content

Commit

Permalink
解决didi#5
Browse files Browse the repository at this point in the history
  • Loading branch information
yixiang committed Oct 31, 2018
1 parent 1d2bc96 commit cdcb3b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DoraemonKit/Src/Core/Plugin/AppInfo/DoraemonAppInfoUtil.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
#import <Photos/Photos.h>
#import <AddressBook/AddressBook.h>
#import <Contacts/Contacts.h>
@import CoreTelephony;
@import EventKit;
#import <CoreTelephony/CTCellularData.h>
#import <EventKit/EventKit.h>

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

Expand Down

0 comments on commit cdcb3b8

Please sign in to comment.