Update uYouPlusPatches.h

This commit is contained in:
arichornlover 2024-02-27 22:15:22 -06:00 committed by GitHub
parent bc7345a469
commit 58c4a019dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,15 +2,6 @@
#import "../Tweaks/YouTubeHeader/YTCommonColorPalette.h"
#import "uYouPlus.h"
@interface YTSingleVideoController : NSObject
-(float)playbackRate;
-(void)setPlaybackRate:(float)arg1;
@end
@interface YTPlayerViewController : UIViewController
-(YTSingleVideoController *)activeVideo;
@end
@interface PlayerManager : NSObject
// Prevent uYou player bar from showing when not playing downloaded media
- (float)progress;