Update uYouPlus.h

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

View file

@ -130,15 +130,6 @@
- (void)setRate:(float)rate;
@end
// YTAutoFullScreen
@interface YTPlayerViewController (YTAFS)
- (void)autoFullscreen;
// YTSpeed
@property id activeVideo;
@property float playbackRate;
- (void)singleVideo:(id)video playbackRateDidChange:(float)rate;
@end
// App Theme
@interface YTColor : NSObject
+ (UIColor *)white1;