mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-18 08:52:08 +00:00
update Header.h
This commit is contained in:
parent
ecf3107846
commit
f029b9a372
1 changed files with 11 additions and 3 deletions
14
Header.h
14
Header.h
|
|
@ -1,8 +1,10 @@
|
|||
#import "Tweaks/YouTubeHeader/YTPlayerViewController.h"
|
||||
|
||||
// IAmYouTube
|
||||
@interface SSOConfiguration : NSObject
|
||||
@end
|
||||
|
||||
// uYouPlus
|
||||
@interface YTMainAppControlsOverlayView: UIView
|
||||
@end
|
||||
|
||||
|
|
@ -10,9 +12,7 @@
|
|||
@property (nonatomic, strong, readwrite) UIView *downloadsButton;
|
||||
@end
|
||||
|
||||
@interface ASWAppSwitcherCollectionViewCell: UIView
|
||||
@end
|
||||
|
||||
// BigYTMiniPlayer
|
||||
@interface YTMainAppVideoPlayerOverlayView : UIView
|
||||
- (UIViewController *)_viewControllerForAncestor;
|
||||
@end
|
||||
|
|
@ -20,10 +20,15 @@
|
|||
@interface YTWatchMiniBarView : UIView
|
||||
@end
|
||||
|
||||
// YTAutoFullScreen
|
||||
@interface YTPlayerViewController (YTAFS)
|
||||
- (void)autoFullscreen;
|
||||
@end
|
||||
|
||||
// OLED Darkmode
|
||||
@interface ASWAppSwitcherCollectionViewCell: UIView
|
||||
@end
|
||||
|
||||
@interface ASScrollView : UIView
|
||||
@end
|
||||
|
||||
|
|
@ -40,4 +45,7 @@
|
|||
@end
|
||||
|
||||
@interface SponsorBlockSettingsController : UITableViewController
|
||||
@end
|
||||
|
||||
@interface _ASDisplayView : UIView
|
||||
@end
|
||||
Loading…
Reference in a new issue