diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index 6fa797c..d3e80d1 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -274,18 +274,6 @@ YTMainAppControlsOverlayView *controlsOverlayView; %end // Fixes uYou crash when trying to play video (#1422) -@interface YTVarispeedSwitchController : NSObject -@end - -@interface YTPlayerOverlayManager : NSObject -@property (nonatomic, assign) float currentPlaybackRate; -@property (nonatomic, strong, readonly) YTVarispeedSwitchController *varispeedController; - -- (void)varispeedSwitchController:(YTVarispeedSwitchController *)varispeed didSelectRate:(float)rate; -- (void)setCurrentPlaybackRate:(float)rate; -- (void)setPlaybackRate:(float)rate; -@end - %hook YTPlayerOverlayManager %property (nonatomic, assign) float currentPlaybackRate;