mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-22 02:38:45 -04:00
11 lines
505 B
Objective-C
11 lines
505 B
Objective-C
#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
|