Update uYouPlus.h

This commit is contained in:
arichornlover 2024-02-27 16:37:36 -06:00 committed by GitHub
parent bbfa29d0e8
commit d1c114360f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,7 +88,11 @@
@interface YTPlaybackButton : UIControl
@end
@interface YTPlaylistHeaderViewController: UIViewController
@interface YTSegmentableInlinePlayerBarView (uYouPlus)
@property (nonatomic, assign, readwrite) BOOL enableSnapToChapter;
@end
@interface YTPlaylistHeaderViewController : UIViewController
@property UIButton *downloadsButton;
@end
@ -120,6 +124,10 @@
- (void)internalSetRate;
@end
@interface MLPlayerStickySettings (uYouPlus)
- (void)setRate:(float)rate;
@end
@interface MLPlayerEventCenter : NSObject
- (void)broadcastRateChange:(float)rate;
@end