Skip to content

Instantly share code, notes, and snippets.

@jcesarmobile
Created January 24, 2020 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcesarmobile/55e658da6f564a697428afa7fb3dc4ac to your computer and use it in GitHub Desktop.
Save jcesarmobile/55e658da6f564a697428afa7fb3dc4ac to your computer and use it in GitHub Desktop.
@implementation UIStatusBarManager (CAPHandleTapAction)
-(void)handleTapAction:(id)arg1 {
NSLog(@"handle tap");
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment