mirror of
https://github.com/lint/TFDidThatSay
synced 2025-07-04 16:36:46 +00:00
Apollo 1.8 support
This commit is contained in:
@ -8,6 +8,13 @@
|
||||
@property(assign,nonatomic) NSString *fullName;
|
||||
@end
|
||||
|
||||
@interface RDKComment
|
||||
@property(assign,nonatomic) NSString *body;
|
||||
@property(assign,nonatomic) NSString *bodyHTML;
|
||||
@property(assign,nonatomic) NSString *author;
|
||||
@property(assign,nonatomic) NSString *fullName;
|
||||
@end
|
||||
|
||||
@interface CommentCellNode
|
||||
@property(assign,nonatomic)id view;
|
||||
-(BOOL) isSelected;
|
||||
@ -32,6 +39,16 @@
|
||||
@property(strong, nonatomic) NSString *undeleteAuthor;
|
||||
@end
|
||||
|
||||
@interface RDKLink
|
||||
@property(assign,nonatomic) NSString *selfText;
|
||||
@property(assign,nonatomic) NSString *author;
|
||||
@property(assign,nonatomic) NSString *fullName;
|
||||
-(BOOL) isSelfPost;
|
||||
|
||||
//custom elements
|
||||
@property(strong, nonatomic) NSString *undeleteAuthor;
|
||||
@end
|
||||
|
||||
@interface CommentsHeaderCellNode
|
||||
@property(strong, nonatomic) id undeleteButton;
|
||||
@property(strong, nonatomic) id closestViewController;
|
||||
@ -55,6 +72,10 @@
|
||||
-(NSInteger) tableView:(id) arg1 numberOfRowsInSection:(NSInteger) arg2;
|
||||
@end
|
||||
|
||||
@interface UIImage (ios13)
|
||||
+ (id)systemImageNamed:(NSString *)arg1;
|
||||
@end
|
||||
|
||||
@interface IconActionTableViewCell : UITableViewCell
|
||||
@end
|
||||
|
||||
|
Reference in New Issue
Block a user