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