mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 06:42:10 +00:00
New Headers
This commit is contained in:
parent
9702239dd1
commit
05936f1426
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue