From 118f4fd5562d83671d3856a97f14036c97895d38 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichorn@users.noreply.github.com> Date: Wed, 1 Nov 2023 23:34:20 -0500 Subject: [PATCH] Update uYouPlus.h --- uYouPlus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uYouPlus.h b/uYouPlus.h index acc1a10..a600fcc 100644 --- a/uYouPlus.h +++ b/uYouPlus.h @@ -151,7 +151,7 @@ - (YTSingleVideoController *)activeVideo; @end -@interface YTSingleVideoController : NSObject +@implementation YTSingleVideoController (Extension) - (float)playbackRate; - (void)setPlaybackRate:(float)arg1; @end