update Header.h

This commit is contained in:
qnblackcat 2022-05-16 11:55:33 +07:00
parent daa004d027
commit 3c33e6fed0

View file

@ -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