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:
@ -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
|
||||
|
Reference in New Issue
Block a user