From fbf66f90311e96e3f4d0b68a8cd97ee08ebf7e15 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichorn@users.noreply.github.com> Date: Sat, 11 Nov 2023 11:59:38 -0600 Subject: [PATCH] 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. --- uYouPlus.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uYouPlus.h b/uYouPlus.h index c81f778..0245f31 100644 --- a/uYouPlus.h +++ b/uYouPlus.h @@ -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