1
0
mirror of https://github.com/lint/TFDidThatSay synced 2025-07-04 08:36:45 +00:00

Misc Reddit changes

This commit is contained in:
lint
2021-02-08 13:46:27 -05:00
parent 9d46690e2e
commit 670398cf88
2 changed files with 69 additions and 5 deletions

View File

@ -110,6 +110,7 @@
@end
@interface FeedPostTitleNode
@property(strong, nonatomic) Post *post;
@property(strong, nonatomic) id delegate;
- (void)configureNodes;
@end
@ -125,7 +126,8 @@
/* -- Other Interfaces -- */
@interface RichTextDisplayNode
@property(strong, nonatomic) id attributedText;
@property(strong, nonatomic) NSAttributedString *attributedText;
- (void)configureDisplayNodes;
@end
@interface RUIActionSheetItem : NSObject