Update uYouPlusPatches.h

This commit is contained in:
arichornlover 2024-02-27 17:45:17 -06:00 committed by GitHub
parent f88bbdc635
commit e7c99edd95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,11 +8,6 @@
@interface YTPlayerViewController : UIViewController
-(YTSingleVideoController *)activeVideo;
- (void)autoFullscreen; // YTAutoFullScreen
// YTSpeed
@property id activeVideo;
@property float playbackRate;
- (void)singleVideo:(id)video playbackRateDidChange:(float)rate;
@end
@interface PlayerManager : NSObject