Update uYouPlus.h

This commit is contained in:
aricloverEXTRA 2026-06-28 16:25:36 -05:00 committed by GitHub
parent b482070969
commit ef2c2db4b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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