1
0
镜像自地址 https://github.com/lint/TFDidThatSay 已同步 2025-12-14 20:57:18 +00:00

Add UIKit import

这个提交包含在:
lint
2021-02-08 13:47:36 -05:00
父节点 670398cf88
当前提交 2b79815c7e
共有 9 个文件被更改,包括 19 次插入0 次删除

查看文件

@ -1,4 +1,6 @@
#import <UIKit/UIKit.h>
/* -- Voteable Interfaces -- */ /* -- Voteable Interfaces -- */
@interface VoteableElement : NSObject @interface VoteableElement : NSObject

查看文件

@ -1,4 +1,6 @@
#import <UIKit/UIKit.h>
/* -- Comment Interfaces -- */ /* -- Comment Interfaces -- */
@interface RCCommentSwift @interface RCCommentSwift

查看文件

@ -1,4 +1,6 @@
#import <UIKit/UIKit.h>
/* -- Comment Interfaces -- */ /* -- Comment Interfaces -- */
@interface RKComment @interface RKComment

查看文件

@ -1,4 +1,6 @@
#import <UIKit/UIKit.h>
/* -- Votable Interfaces -- */ /* -- Votable Interfaces -- */
@interface BRVotable @interface BRVotable

查看文件

@ -1,4 +1,6 @@
#import <UIKit/UIKit.h>
/* -- Comment Interfaces -- */ /* -- Comment Interfaces -- */
@interface Comment @interface Comment

查看文件

@ -1,4 +1,6 @@
#import <UIKit/UIKit.h>
/* -- Comment Interfaces -- */ /* -- Comment Interfaces -- */
@interface RKComment @interface RKComment

查看文件

@ -1,3 +1,6 @@
#import <UIKit/UIKit.h>
/* ---- Reddit v3 & v4 ---- */ /* ---- Reddit v3 & v4 ---- */
/* -- Comment Interfaces -- */ /* -- Comment Interfaces -- */

查看文件

@ -1,4 +1,6 @@
#import <UIKit/UIKit.h>
/* -- Comment Interfaces -- */ /* -- Comment Interfaces -- */
@interface RComment @interface RComment

查看文件

@ -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) #define SYSTEM_VERSION_GREATER_THAN_OR_EQUAL_TO(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] != NSOrderedAscending)
@interface TFHelper : NSObject @interface TFHelper : NSObject