6 lines
80 B
Plaintext
6 lines
80 B
Plaintext
|
#import <TargetConditionals.h>
|
||
|
|
||
|
#ifdef __OBJC__
|
||
|
#import <UIKit/UIKit.h>
|
||
|
#endif
|