mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-03-31 03:08:41 +00:00
7 lines
272 B
Objective-C
7 lines
272 B
Objective-C
#import "YTILikeTarget.h"
|
|
#import "YTIButtonSupportedRenderers.h"
|
|
|
|
@interface YTISlimMetadataToggleButtonRenderer : NSObject
|
|
@property (nonatomic, strong, readwrite) YTILikeTarget *target;
|
|
@property (nonatomic, strong, readwrite) YTIButtonSupportedRenderers *button;
|
|
@end
|