Added YTLogoHeaderViewController Header

This header is required along with the pageStyle to be able to change the icons in light/dark theme of the app.
This commit is contained in:
arichornlover 2023-11-11 11:59:38 -06:00 committed by GitHub
parent bc234732b8
commit fbf66f9031
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,10 @@
@end
// uYouPlus
@interface YTLogoHeaderViewController : UIView
@property(readonly, nonatomic) long long pageStyle;
@end
@interface YTChipCloudCell : UIView
@end
@ -96,7 +100,6 @@
@interface YTISlimMetadataButtonSupportedRenderers : NSObject
- (id)slimButton_buttonRenderer;
- (BOOL)shouldHideButton;
- (id)slimMetadataButtonRenderer;
@end