From e7c99edd95888e7ca5935064a6a183d3fa313faa Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Tue, 27 Feb 2024 17:45:17 -0600 Subject: [PATCH] Update uYouPlusPatches.h --- Sources/uYouPlusPatches.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Sources/uYouPlusPatches.h b/Sources/uYouPlusPatches.h index 796a540..58137c1 100644 --- a/Sources/uYouPlusPatches.h +++ b/Sources/uYouPlusPatches.h @@ -8,11 +8,6 @@ @interface YTPlayerViewController : UIViewController -(YTSingleVideoController *)activeVideo; -- (void)autoFullscreen; // YTAutoFullScreen -// YTSpeed -@property id activeVideo; -@property float playbackRate; -- (void)singleVideo:(id)video playbackRateDidChange:(float)rate; @end @interface PlayerManager : NSObject