This commit is contained in:
lint
2021-02-08 13:47:36 -05:00
джерело 670398cf88
коміт 2b79815c7e
9 змінених файлів з 19 додано та 0 видалено

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

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

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

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

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

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

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

@ -1,4 +1,6 @@
#import <UIKit/UIKit.h>
/* -- Comment Interfaces -- */
@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)
@interface TFHelper : NSObject