1
0
zrcadlo https://github.com/lint/TFDidThatSay synchronizováno 2025-10-21 16:16:17 +00:00
Tento commit je obsažen v:
lint
2021-02-08 13:47:36 -05:00
rodič 670398cf88
revize 2b79815c7e
9 změnil soubory, kde provedl 19 přidání a 0 odebrání

Zobrazit soubor

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

Zobrazit soubor

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

Zobrazit soubor

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

Zobrazit soubor

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

Zobrazit soubor

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

Zobrazit soubor

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

Zobrazit soubor

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

Zobrazit soubor

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

Zobrazit soubor

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