mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 21:26:04 +00:00
43 lines
No EOL
899 B
Objective-C
43 lines
No EOL
899 B
Objective-C
#import "Tweaks/YouTubeHeader/YTPlayerViewController.h"
|
|
|
|
@interface SSOConfiguration : NSObject
|
|
@end
|
|
|
|
@interface YTMainAppControlsOverlayView: UIView
|
|
@end
|
|
|
|
@interface YTPlaylistHeaderViewController : UIViewController
|
|
@property (nonatomic, strong, readwrite) UIView *downloadsButton;
|
|
@end
|
|
|
|
@interface ASWAppSwitcherCollectionViewCell: UIView
|
|
@end
|
|
|
|
@interface YTMainAppVideoPlayerOverlayView : UIView
|
|
- (UIViewController *)_viewControllerForAncestor;
|
|
@end
|
|
|
|
@interface YTWatchMiniBarView : UIView
|
|
@end
|
|
|
|
@interface YTPlayerViewController (YTAFS)
|
|
- (void)autoFullscreen;
|
|
@end
|
|
|
|
@interface ASScrollView : UIView
|
|
@end
|
|
|
|
@interface UIKeyboardLayoutStar : UIView
|
|
@end
|
|
|
|
@interface UIKeyboardDockView : UIView
|
|
@end
|
|
|
|
@interface UICandidateViewController : UIViewController
|
|
@end
|
|
|
|
@interface UIPredictionViewController : UIViewController
|
|
@end
|
|
|
|
@interface SponsorBlockSettingsController : UITableViewController
|
|
@end |