Add UIKit import

Bu işleme şunda yer alıyor:
lint
2021-02-08 13:47:36 -05:00
ebeveyn 670398cf88
işleme 2b79815c7e
9 değiştirilmiş dosya ile 19 ekleme ve 0 silme

Dosyayı Görüntüle

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

Dosyayı Görüntüle

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

Dosyayı Görüntüle

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

Dosyayı Görüntüle

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

Dosyayı Görüntüle

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

Dosyayı Görüntüle

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

Dosyayı Görüntüle

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

Dosyayı Görüntüle

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

Dosyayı Görüntüle

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