mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-30 02:49:39 +00:00
45 lines
No EOL
805 B
Objective-C
45 lines
No EOL
805 B
Objective-C
#import "Tweaks/YouTubeHeader/YTPlayerViewController.h"
|
|
|
|
@interface YTMainAppVideoPlayerOverlayView : UIView
|
|
- (UIViewController *)_viewControllerForAncestor;
|
|
@end
|
|
|
|
@interface YTWatchMiniBarView : UIView
|
|
@end
|
|
|
|
@interface YTAsyncCollectionView : UIView
|
|
@end
|
|
|
|
@interface YTPlayerViewController (YTAFS)
|
|
- (void)autoFullscreen;
|
|
@end
|
|
|
|
@interface YTTopAlignedView : UIView
|
|
@end
|
|
|
|
@interface YTLightweightQTMButton : UIView
|
|
@end
|
|
|
|
@interface NIAttributedLabel : UIView
|
|
@end
|
|
|
|
@interface YTShareMainView : UIView
|
|
@end
|
|
|
|
@interface ASScrollView : UIView
|
|
@end
|
|
|
|
@interface ASCollectionView : UIView
|
|
@end
|
|
|
|
@interface UIKeyboardLayoutStar : UIView
|
|
@end
|
|
|
|
@interface UIKeyboardDockView : UIView
|
|
@end
|
|
|
|
@interface UICandidateViewController : UIViewController
|
|
@end
|
|
|
|
@interface UIPredictionViewController : UIViewController
|
|
@end |