文件
TFDidThatSay/prefs/TFDTSRootListController.h
2020-11-05 20:31:36 -05:00

14 行
658 B
Objective-C

#import <Preferences/PSListController.h>
#import <Preferences/PSSpecifier.h>
#define SYSTEM_VERSION_GREATER_THAN_OR_EQUAL_TO(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] != NSOrderedAscending)
@interface TFDTSRootListController : PSListController
@property(strong, nonatomic) PSSpecifier *latestPostSpecifier;
@property(strong, nonatomic) PSSpecifier *latestCommentSpecifier;
- (void)checkLatest:(PSSpecifier *)arg1;
- (void)performPushshiftRequest:(BOOL)isComment insertAfterSpecifier:(PSSpecifier *)arg2;
- (void)insertLatestTimeCell:(NSDictionary *)data;
- (void)possiblyBothChecksComplete:(PSSpecifier *)arg1;
@end