From ef2c2db4b658b6be4768913752017c33401118db Mon Sep 17 00:00:00 2001 From: aricloverEXTRA <157071384+aricloverEXTRA@users.noreply.github.com> Date: Sun, 28 Jun 2026 16:25:36 -0500 Subject: [PATCH] Update uYouPlus.h --- Sources/uYouPlus.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Sources/uYouPlus.h b/Sources/uYouPlus.h index 9b276cc..7863e43 100644 --- a/Sources/uYouPlus.h +++ b/Sources/uYouPlus.h @@ -348,8 +348,11 @@ static NSString *const kGoogleSigninFix = @"googleSigninFix_enabled"; @end @interface ELMContainerNode : NSObject -- (void)applyRedColorToSubscribeButton:(UIView *)view; // custom -- (void)hideMatchingSubviews:(UIView *)view; // custom +@end + +@interface ELMContainerNode (uYouEnhanced) +- (void)applyRedColorToSubscribeButton:(UIView *)view; +- (void)hideMatchingSubviews:(UIView *)view; @end @interface YTWrapperSplitView : UIView