mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-10-31 21:04:13 -04:00
added files via upload
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#import "YTIFormattedStringLabel.h"
|
||||
#import "YTSlimVideoScrollableDetailsActionsView.h"
|
||||
|
||||
@interface YTSlimVideoDetailsActionView : UIView
|
||||
@property (nonatomic, strong, readwrite) YTIFormattedStringLabel *label;
|
||||
@property (nonatomic, weak, readwrite) YTSlimVideoScrollableDetailsActionsView *visibilityDelegate;
|
||||
@property (nonatomic) __weak id delegate;
|
||||
@property (nonatomic, assign, readwrite, getter=isToggled) BOOL toggled;
|
||||
- (instancetype)initWithSlimMetadataButtonSupportedRenderer:(id)renderer;
|
||||
@end
|
||||
Reference in New Issue
Block a user