Update uYouPlus.h

This commit is contained in:
arichornlover 2023-11-01 23:34:20 -05:00 committed by GitHub
parent 25e7b84541
commit 118f4fd556
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -151,7 +151,7 @@
- (YTSingleVideoController *)activeVideo;
@end
@interface YTSingleVideoController : NSObject
@implementation YTSingleVideoController (Extension)
- (float)playbackRate;
- (void)setPlaybackRate:(float)arg1;
@end