mirror of
https://github.com/lint/TFDidThatSay
synced 2025-07-04 08:36:45 +00:00
Add more Reddit support (4.0 ->) for some reason
This commit is contained in:
@ -15,6 +15,7 @@
|
||||
@end
|
||||
|
||||
@interface CommentsViewController : NSObject
|
||||
@property(strong,nonatomic) id postData;
|
||||
-(void) reloadCommentsWithNewCommentsHighlight:(BOOL) arg1 autoScroll:(BOOL) arg2 animated:(BOOL) arg3;
|
||||
-(void) reloadCommentsSection:(BOOL) arg1;
|
||||
-(void) reloadPostSection:(BOOL) arg1;
|
||||
@ -128,6 +129,13 @@
|
||||
-(id) initWithLeftIconImage:(id) arg1 text:(id) arg2 identifier:(id) arg3 context:(id) arg4;
|
||||
@end
|
||||
|
||||
|
||||
@interface ActionSheetItem : NSObject
|
||||
// <= 4.17
|
||||
@property(strong,nonatomic) id leftIconImage;
|
||||
-(id) initWithLeftIconImage:(id) arg1 text:(id) arg2 identifier:(id) arg3 context:(id) arg4;
|
||||
@end
|
||||
|
||||
@interface RUITheme
|
||||
@property(strong,nonatomic) id bodyTextColor;
|
||||
@end
|
||||
|
Reference in New Issue
Block a user