From ce33a15967abb65b7cc1ec76f62732423a7b7dfa Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Thu, 8 Feb 2024 18:32:34 -0600 Subject: [PATCH] Create BigYTMiniPlayer.h --- Sources/BigYTMiniPlayer.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Sources/BigYTMiniPlayer.h diff --git a/Sources/BigYTMiniPlayer.h b/Sources/BigYTMiniPlayer.h new file mode 100644 index 0000000..d1f0331 --- /dev/null +++ b/Sources/BigYTMiniPlayer.h @@ -0,0 +1,8 @@ +#import "uYouPlus.h" + +@interface YTMainAppVideoPlayerOverlayView : UIView +- (UIViewController *)_viewControllerForAncestor; +@end + +@interface YTWatchMiniBarView : UIView +@end