şundan çatallanmış lint/TFDidThatSay
8 satır
338 B
Objective-C
8 satır
338 B
Objective-C
|
|
@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
|