mirror of
https://bitbucket.org/vendoo/vendoo_v1.0.git
synced 2025-12-25 11:47:40 +00:00
13 lines
323 B
Plaintext
13 lines
323 B
Plaintext
#ifdef __OBJC__
|
|
#import <UIKit/UIKit.h>
|
|
#endif
|
|
|
|
#import <Availability.h>
|
|
#if __IPHONE_OS_VERSION_MIN_REQUIRED
|
|
#import <SystemConfiguration/SystemConfiguration.h>
|
|
#import <MobileCoreServices/MobileCoreServices.h>
|
|
#else
|
|
#import <SystemConfiguration/SystemConfiguration.h>
|
|
#import <CoreServices/CoreServices.h>
|
|
#endif
|