mirror of
https://github.com/lint/TFDidThatSay
synced 2025-07-04 08:36:45 +00:00
Fix post crash in Reddit 4.44.0
This commit is contained in:
@ -71,12 +71,17 @@
|
||||
@interface FeedPostDetailCellNode
|
||||
@property(assign,nonatomic) id textNode;
|
||||
@property(assign,nonatomic) id delegate;
|
||||
@property(assign,nonatomic) id contentNode;
|
||||
@end
|
||||
|
||||
@interface FeedPostDetailDelegator
|
||||
@property(assign,nonatomic) id viewController;
|
||||
@end
|
||||
|
||||
@interface FeedPostContentNode
|
||||
-(void) configureSelfTextNode;
|
||||
@end
|
||||
|
||||
|
||||
/* -- Other Interfaces -- */
|
||||
|
||||
|
Reference in New Issue
Block a user