From f2c15bbbf0ca3c2573f7224c0671d10d0c04388a Mon Sep 17 00:00:00 2001 From: "aricloverGitHub (INACTIVE)" <78001398+arichornlover@users.noreply.github.com> Date: Sun, 16 Mar 2025 00:46:49 -0500 Subject: [PATCH] Remove duplicates (uYouPlus.xm) --- Sources/uYouPlus.xm | 12 ------------ 1 file changed, 12 deletions(-) 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;