-
-
Save zhigang1992/ffbd36670a1fd567c94b5ba7a33d5175 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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