From 58c4a019ddc2989703cd3ce51fd15dd81d8db2c0 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Tue, 27 Feb 2024 22:15:22 -0600 Subject: [PATCH] Update uYouPlusPatches.h --- Sources/uYouPlusPatches.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Sources/uYouPlusPatches.h b/Sources/uYouPlusPatches.h index eb96d95..9c67c2b 100644 --- a/Sources/uYouPlusPatches.h +++ b/Sources/uYouPlusPatches.h @@ -2,15 +2,6 @@ #import "../Tweaks/YouTubeHeader/YTCommonColorPalette.h" #import "uYouPlus.h" -@interface YTSingleVideoController : NSObject --(float)playbackRate; --(void)setPlaybackRate:(float)arg1; -@end - -@interface YTPlayerViewController : UIViewController --(YTSingleVideoController *)activeVideo; -@end - @interface PlayerManager : NSObject // Prevent uYou player bar from showing when not playing downloaded media - (float)progress;