This commit is contained in:
qnblackcat
2024-01-24 17:06:49 +07:00
parent 1d5f61cfbf
commit 449a8a99d6
2 changed files with 23 additions and 1 deletions
+9
View File
@@ -1,6 +1,15 @@
#import "../Tweaks/YouTubeHeader/YTCommonColorPalette.h"
#import "uYouPlus.h"
@interface YTSingleVideoController : NSObject
-(float)playbackRate;
-(void)setPlaybackRate:(float)arg1;
@end
@interface YTPlayerViewController : UIViewController
-(YTSingleVideoController *)activeVideo;
@end
// Prevent uYou player bar from showing when not playing downloaded media
@interface PlayerManager : NSObject
- (float)progress;