Update uYouPlus.h

This commit is contained in:
arichornlover 2024-06-22 18:20:10 -05:00 committed by GitHub
parent 0a81e45d51
commit 286ae41019
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -202,10 +202,10 @@
@property (readonly, nonatomic) YTQTMButton *searchButton;
@property (readonly, nonatomic) YTQTMButton *notificationButton;
@property (strong, nonatomic) YTQTMButton *sponsorBlockButton;
@property (strong, nonatomic) YTQTMButton *uYouPlusButton;
@property (strong, nonatomic) YTQTMButton *settingsButton;
- (void)setDynamicButtons:(NSArray *)buttons;
- (void)setLeadingPadding:(CGFloat)arg1;
- (void)uYouPlusRootOptionsAction;
- (void)settingsAction;
@end
@interface YTISlimMetadataButtonSupportedRenderers : NSObject