mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-08-17 17:15:36 +00:00
Update uYouPlus.h
This commit is contained in:
parent
b482070969
commit
ef2c2db4b6
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue