diff --git a/Header.h b/Header.h index 4764879..c24c950 100644 --- a/Header.h +++ b/Header.h @@ -1,5 +1,12 @@ #import "Tweaks/YouTubeHeader/YTPlayerViewController.h" +@interface YTPlaylistHeaderViewController : UIViewController +@property (nonatomic, strong, readwrite) UIView *downloadsButton; +@end + +@interface ASWAppSwitcherCollectionViewCell: UIView +@end + @interface YTMainAppVideoPlayerOverlayView : UIView - (UIViewController *)_viewControllerForAncestor; @end