mirror of
https://github.com/lint/TFDidThatSay
synced 2025-07-06 09:06:47 +00:00
Add UIKit import
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#define SYSTEM_VERSION_GREATER_THAN_OR_EQUAL_TO(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] != NSOrderedAscending)
|
||||
|
||||
@interface TFHelper : NSObject
|
||||
|
Reference in New Issue
Block a user