From e8a16db8c51e8b8ff936f3b5570f6c7a3989c15a Mon Sep 17 00:00:00 2001 From: Bryce Hackel <34104885+bhackel@users.noreply.github.com> Date: Sun, 17 Mar 2024 23:00:12 -0700 Subject: [PATCH] Update YoutubeHeader submodule --- Sources/uYouPlus.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Sources/uYouPlus.h b/Sources/uYouPlus.h index f91c692..e0151b3 100644 --- a/Sources/uYouPlus.h +++ b/Sources/uYouPlus.h @@ -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