Skip to content

Commit

Permalink
Update uYouPlus.h
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover authored Feb 27, 2024
1 parent bbfa29d commit d1c1143
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Sources/uYouPlus.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -120,6 +124,10 @@
- (void)internalSetRate;
@end

@interface MLPlayerStickySettings (uYouPlus)
- (void)setRate:(float)rate;
@end

@interface MLPlayerEventCenter : NSObject
- (void)broadcastRateChange:(float)rate;
@end
Expand Down

0 comments on commit d1c1143

Please sign in to comment.