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

Fix Apollo bug, add prefs, update Narwhal menu

This commit is contained in:
lint
2019-10-10 14:52:23 -04:00
parent cd121a43ce
commit 8a91513680
15 changed files with 219 additions and 155 deletions

View File

@ -16,8 +16,7 @@
-(void) calculatedLayoutDidChange;
//custom element
@property(assign,nonatomic) id undeleteButton;
@property(strong,nonatomic) id undeleteButton;
@end
/* -- Post Interfaces -- */
@ -31,7 +30,7 @@
@end
@interface ApolloCommentsHeaderCellNode
@property(assign, nonatomic) id undeleteButton;
@property(strong, nonatomic) id undeleteButton;
@end
/* -- Other Interfaces -- */