mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +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
|
||||
|
||||
// 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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue