Skip to content

Instantly share code, notes, and snippets.

@zhigang1992
Created July 16, 2018 14:17
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 zhigang1992/ffbd36670a1fd567c94b5ba7a33d5175 to your computer and use it in GitHub Desktop.
Save zhigang1992/ffbd36670a1fd567c94b5ba7a33d5175 to your computer and use it in GitHub Desktop.
@interface QYIpadMiniControlBottomView: NSObject
@end
%hook QYIpadMiniControlBottomView
- (void)removePipPlayerBtn {
NSLog(@"WTF");
}
%end
@interface QYIpadFullControlBottomView: NSObject
@end
%hook QYIpadFullControlBottomView
- (void)removePipPlayerBtn {
NSLog(@"WTF");
}
%end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment