fix uYou crashes on 18.49.3+, see https://github.com/iCrazeiOS/uYouCrashFix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user