Update YoutubeHeader submodule

This commit is contained in:
Bryce Hackel 2024-03-17 23:00:12 -07:00
parent 3176101d5d
commit e8a16db8c5
No known key found for this signature in database
GPG key ID: F031960F08455E88

View file

@ -52,14 +52,6 @@
@end
// YTTapToSeek - https://github.com/bhackel/YTTapToSeek
@interface YTInlinePlayerBarContainerView : UIView
@property (nonatomic, weak, readwrite) id delegate;
- (void)didPressScrubber:(id)arg1;
- (CGFloat)scrubRangeForScrubX:(CGFloat)arg1;
@end
@interface YTMainAppVideoPlayerOverlayViewController : UIViewController
- (CGFloat)totalTime;
@end
@interface YTPlayerViewController : UIViewController
- (void)seekToTime:(double)time;
@end