This commit is contained in:
qnblackcat 2022-05-20 21:29:30 +07:00
parent 025dc4d2cb
commit 8b50a3c1b7

View file

@ -1,5 +1,8 @@
#import "Tweaks/YouTubeHeader/YTPlayerViewController.h"
@interface YTMainAppControlsOverlayView: UIView
@end
@interface YTPlaylistHeaderViewController : UIViewController
@property (nonatomic, strong, readwrite) UIView *downloadsButton;
@end