Update uYouPlusPatches.h

This commit is contained in:
arichornlover 2024-02-17 22:53:24 -06:00 committed by GitHub
parent 9b32a48150
commit c8c59f3cd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,11 @@
@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
@ -60,4 +65,4 @@
@end
@interface UILabel (uYou)
+ (id)_defaultColor;
@end
@end