mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
27 lines
504 B
Objective-C
27 lines
504 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 ASCollectionView : UIView
|
|
//@end
|
|
|
|
@interface YTLightweightQTMButton : UIView
|
|
@end
|
|
|
|
@interface YTELMView : UIView
|
|
@end
|
|
|
|
@interface NIAttributedLabel : UIView
|
|
@end
|