mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 21:26:04 +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 YT_BUNDLE_ID @"com.google.ios.youtube"
|
||||
#define YT_NAME @"YouTube"
|
||||
#define DEFAULT_RATE 2.0f // YTSpeed
|
||||
#define DEFAULT_RATE 1.0f // YTSpeed
|
||||
|
||||
@interface YTSingleVideoController ()
|
||||
- (float)playbackRate;
|
||||
|
|
@ -141,6 +141,7 @@
|
|||
|
||||
// uYouLocal fix
|
||||
@interface YTLocalPlaybackController : NSObject
|
||||
- (void)setPlaybackRate:(float)rate;
|
||||
- (id)activeVideo;
|
||||
@end
|
||||
|
||||
|
|
@ -218,8 +219,6 @@
|
|||
@end
|
||||
|
||||
@interface ELMContainerNode : NSObject
|
||||
@property (nonatomic, strong) NSString *accessibilityIdentifier;
|
||||
@property (nonatomic, strong) NSString *accessibilityLabel;
|
||||
@end
|
||||
|
||||
@interface YTAutonavEndscreenView : UIView
|
||||
|
|
|
|||
Loading…
Reference in a new issue