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