From 9b32a481503f8566a7400166d8eec6a8fea274c9 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Sat, 17 Feb 2024 22:52:04 -0600 Subject: [PATCH] Update uYouPlus.h --- Sources/uYouPlus.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Sources/uYouPlus.h b/Sources/uYouPlus.h index f2c1ee7..63a44c7 100644 --- a/Sources/uYouPlus.h +++ b/Sources/uYouPlus.h @@ -130,15 +130,6 @@ - (void)setRate:(float)rate; @end -// YTAutoFullScreen -@interface YTPlayerViewController (YTAFS) -- (void)autoFullscreen; -// YTSpeed -@property id activeVideo; -@property float playbackRate; -- (void)singleVideo:(id)video playbackRateDidChange:(float)rate; -@end - // App Theme @interface YTColor : NSObject + (UIColor *)white1;