diff --git a/Sources/uYouPlus.h b/Sources/uYouPlus.h index 457a085a13..2ffd36d097 100644 --- a/Sources/uYouPlus.h +++ b/Sources/uYouPlus.h @@ -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