1
0
mirror of https://github.com/lint/TFDidThatSay synced 2025-07-06 09:06:47 +00:00

Add UIKit import

This commit is contained in:
lint
2021-02-08 13:47:36 -05:00
parent 670398cf88
commit 2b79815c7e
9 changed files with 19 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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