#import <UIKit/UIKit.h> | |||||
/* -- Voteable Interfaces -- */ | /* -- Voteable Interfaces -- */ | ||||
@interface VoteableElement : NSObject | @interface VoteableElement : NSObject |
#import <UIKit/UIKit.h> | |||||
/* -- Comment Interfaces -- */ | /* -- Comment Interfaces -- */ | ||||
@interface RCCommentSwift | @interface RCCommentSwift |
#import <UIKit/UIKit.h> | |||||
/* -- Comment Interfaces -- */ | /* -- Comment Interfaces -- */ | ||||
@interface RKComment | @interface RKComment |
#import <UIKit/UIKit.h> | |||||
/* -- Votable Interfaces -- */ | /* -- Votable Interfaces -- */ | ||||
@interface BRVotable | @interface BRVotable |
#import <UIKit/UIKit.h> | |||||
/* -- Comment Interfaces -- */ | /* -- Comment Interfaces -- */ | ||||
@interface Comment | @interface Comment |
#import <UIKit/UIKit.h> | |||||
/* -- Comment Interfaces -- */ | /* -- Comment Interfaces -- */ | ||||
@interface RKComment | @interface RKComment |
#import <UIKit/UIKit.h> | |||||
/* ---- Reddit v3 & v4 ---- */ | /* ---- Reddit v3 & v4 ---- */ | ||||
/* -- Comment Interfaces -- */ | /* -- Comment Interfaces -- */ |
#import <UIKit/UIKit.h> | |||||
/* -- Comment Interfaces -- */ | /* -- Comment Interfaces -- */ | ||||
@interface RComment | @interface RComment |
#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 |