mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 23:22:09 +00:00
New Header Changes
This commit is contained in:
parent
2b3e0869e8
commit
34b2593815
1 changed files with 2 additions and 3 deletions
|
|
@ -38,7 +38,7 @@
|
||||||
#define LOC(x) [tweakBundle localizedStringForKey:x value:nil table:nil]
|
#define LOC(x) [tweakBundle localizedStringForKey:x value:nil table:nil]
|
||||||
#define YT_BUNDLE_ID @"com.google.ios.youtube"
|
#define YT_BUNDLE_ID @"com.google.ios.youtube"
|
||||||
#define YT_NAME @"YouTube"
|
#define YT_NAME @"YouTube"
|
||||||
#define DEFAULT_RATE 2.0f // YTSpeed
|
#define DEFAULT_RATE 1.0f // YTSpeed
|
||||||
|
|
||||||
@interface YTSingleVideoController ()
|
@interface YTSingleVideoController ()
|
||||||
- (float)playbackRate;
|
- (float)playbackRate;
|
||||||
|
|
@ -141,6 +141,7 @@
|
||||||
|
|
||||||
// uYouLocal fix
|
// uYouLocal fix
|
||||||
@interface YTLocalPlaybackController : NSObject
|
@interface YTLocalPlaybackController : NSObject
|
||||||
|
- (void)setPlaybackRate:(float)rate;
|
||||||
- (id)activeVideo;
|
- (id)activeVideo;
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|
@ -218,8 +219,6 @@
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@interface ELMContainerNode : NSObject
|
@interface ELMContainerNode : NSObject
|
||||||
@property (nonatomic, strong) NSString *accessibilityIdentifier;
|
|
||||||
@property (nonatomic, strong) NSString *accessibilityLabel;
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@interface YTAutonavEndscreenView : UIView
|
@interface YTAutonavEndscreenView : UIView
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue