1
0
ミラー元 https://github.com/lint/TFDidThatSay 前回の同期 2025-07-16 20:46:47 +00:00
ファイル
TFDidThatSay/tweak/assets/TFHelper.h
2020-06-02 16:48:17 -04:00

10 行
486 B
Objective-C

#define SYSTEM_VERSION_GREATER_THAN_OR_EQUAL_TO(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] != NSOrderedAscending)
@interface TFHelper : NSObject
+ (void)getUndeleteDataWithID:(NSString *)ident isComment:(BOOL)isComment timeout:(CGFloat)timeout extraData:(NSDictionary *)extra completionTarget:(id)target completionSelector:(SEL)sel;
+ (BOOL)shouldShowUndeleteButtonWithInfo:(NSString *)content isDeletedOnly:(BOOL)isDeletedOnly;
@end