update Header.h

This commit is contained in:
qnblackcat
2022-06-06 10:41:44 +07:00
parent ecf3107846
commit f029b9a372
+11 -3
View File
@@ -1,8 +1,10 @@
#import "Tweaks/YouTubeHeader/YTPlayerViewController.h" #import "Tweaks/YouTubeHeader/YTPlayerViewController.h"
// IAmYouTube
@interface SSOConfiguration : NSObject @interface SSOConfiguration : NSObject
@end @end
// uYouPlus
@interface YTMainAppControlsOverlayView: UIView @interface YTMainAppControlsOverlayView: UIView
@end @end
@@ -10,9 +12,7 @@
@property (nonatomic, strong, readwrite) UIView *downloadsButton; @property (nonatomic, strong, readwrite) UIView *downloadsButton;
@end @end
@interface ASWAppSwitcherCollectionViewCell: UIView // BigYTMiniPlayer
@end
@interface YTMainAppVideoPlayerOverlayView : UIView @interface YTMainAppVideoPlayerOverlayView : UIView
- (UIViewController *)_viewControllerForAncestor; - (UIViewController *)_viewControllerForAncestor;
@end @end
@@ -20,10 +20,15 @@
@interface YTWatchMiniBarView : UIView @interface YTWatchMiniBarView : UIView
@end @end
// YTAutoFullScreen
@interface YTPlayerViewController (YTAFS) @interface YTPlayerViewController (YTAFS)
- (void)autoFullscreen; - (void)autoFullscreen;
@end @end
// OLED Darkmode
@interface ASWAppSwitcherCollectionViewCell: UIView
@end
@interface ASScrollView : UIView @interface ASScrollView : UIView
@end @end
@@ -41,3 +46,6 @@
@interface SponsorBlockSettingsController : UITableViewController @interface SponsorBlockSettingsController : UITableViewController
@end @end
@interface _ASDisplayView : UIView
@end