From 73e1a91eda1bc06c8144520b8a0e052ceb8bda95 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Fri, 16 Feb 2024 16:06:44 -0600 Subject: [PATCH] Add new headers for the new button in navigation bar. For clear cache and Color Options. --- Sources/uYouPlus.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Sources/uYouPlus.h b/Sources/uYouPlus.h index 8774343..53452aa 100644 --- a/Sources/uYouPlus.h +++ b/Sources/uYouPlus.h @@ -107,8 +107,11 @@ // Buttons @interface YTRightNavigationButtons : UIView +- (id)_viewControllerForAncestor; @property YTQTMButton *notificationButton; @property YTQTMButton *sponsorBlockButton; +- (void)setLeadingPadding:(CGFloat)arg1; +- (void)uYouPlusRootOptionsAction; @end @interface YTISlimMetadataButtonSupportedRenderers : NSObject