From c8c59f3cd2363101241aeb63a4e7b595a5658414 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Sat, 17 Feb 2024 22:53:24 -0600 Subject: [PATCH] Update uYouPlusPatches.h --- Sources/uYouPlusPatches.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Sources/uYouPlusPatches.h b/Sources/uYouPlusPatches.h index e0e8e37..796a540 100644 --- a/Sources/uYouPlusPatches.h +++ b/Sources/uYouPlusPatches.h @@ -8,6 +8,11 @@ @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 @@ -60,4 +65,4 @@ @end @interface UILabel (uYou) + (id)_defaultColor; -@end \ No newline at end of file +@end