Update uYouPlus.h

This commit is contained in:
arichornlover 2023-10-24 00:56:03 -05:00 committed by GitHub
parent 851f831b73
commit 97c6d103d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,6 +92,12 @@
@property YTQTMButton *sponsorBlockButton;
@end
@interface YTISlimMetadataButtonSupportedRenderers : NSObject
- (id)slimButton_buttonRenderer;
- (BOOL)shouldHideButton;
- (id)slimMetadataButtonRenderer;
@end
// YTSpeed
@interface YTVarispeedSwitchControllerOption : NSObject
- (id)initWithTitle:(id)title rate:(float)rate;