mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 03:32:08 +00:00
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:
parent
bc234732b8
commit
fbf66f9031
1 changed files with 4 additions and 1 deletions
|
|
@ -45,6 +45,10 @@
|
||||||
@end
|
@end
|
||||||
|
|
||||||
// uYouPlus
|
// uYouPlus
|
||||||
|
@interface YTLogoHeaderViewController : UIView
|
||||||
|
@property(readonly, nonatomic) long long pageStyle;
|
||||||
|
@end
|
||||||
|
|
||||||
@interface YTChipCloudCell : UIView
|
@interface YTChipCloudCell : UIView
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|
@ -96,7 +100,6 @@
|
||||||
|
|
||||||
@interface YTISlimMetadataButtonSupportedRenderers : NSObject
|
@interface YTISlimMetadataButtonSupportedRenderers : NSObject
|
||||||
- (id)slimButton_buttonRenderer;
|
- (id)slimButton_buttonRenderer;
|
||||||
- (BOOL)shouldHideButton;
|
|
||||||
- (id)slimMetadataButtonRenderer;
|
- (id)slimMetadataButtonRenderer;
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue