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

Create helper class to avoid duplicated code

This commit is contained in:
lint
2019-12-29 14:30:17 -05:00
parent 2276c36ce0
commit 70190c98bd
30 changed files with 626 additions and 994 deletions

View File

@ -21,6 +21,10 @@
-(void) reloadPostSection:(BOOL) arg1;
-(void) feedPostViewDidUpdatePost:(id) arg1 shouldReloadFeed:(BOOL) arg2;
-(void) updateFloatingViews;
//custom elements
-(void) updateComments;
-(void) updatePostText;
@end
@interface CommentActionSheetViewController : UIViewController