New Headers

This commit is contained in:
arichornlover 2023-11-12 16:29:57 -06:00 committed by GitHub
parent 9702239dd1
commit 05936f1426
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,6 +40,15 @@
#define YT_NAME @"YouTube"
#define DEFAULT_RATE 2.0f // YTSpeed
@interface YTSingleVideoController ()
- (float)playbackRate;
- (void)setPlaybackRate:(float)arg1;
@end
@interface YTPlayerViewController ()
- (YTSingleVideoController *)activeVideo;
@end
// IAmYouTube
@interface SSOConfiguration : NSObject
@end