mirror of
https://bitbucket.org/vendoo/vendoo_v1.0.git
synced 2025-12-25 19:57:41 +00:00
12 lines
178 B
Plaintext
12 lines
178 B
Plaintext
#ifdef __OBJC__
|
|
#import <UIKit/UIKit.h>
|
|
#endif
|
|
|
|
#ifndef TARGET_OS_IOS
|
|
#define TARGET_OS_IOS TARGET_OS_IPHONE
|
|
#endif
|
|
|
|
#ifndef TARGET_OS_WATCH
|
|
#define TARGET_OS_WATCH 0
|
|
#endif
|