clean up code

This commit is contained in:
qnblackcat
2022-04-24 22:23:05 +07:00
parent 67aba1f2ad
commit de4f2f7373
3 changed files with 144 additions and 2 deletions
+27
View File
@@ -0,0 +1,27 @@
#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