mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-18 20:42:05 +00:00
8 lines
330 B
Objective-C
8 lines
330 B
Objective-C
#import "YTILikeButtonRenderer.h"
|
|
|
|
@interface YTReelLikeModel : NSObject
|
|
@property (nonatomic, copy, readwrite) NSString *videoID;
|
|
@property (nonatomic, strong, readwrite) YTILikeButtonRenderer *likeButtonRenderer;
|
|
@property (nonatomic, assign, readwrite) int status;
|
|
@property (nonatomic, assign, readwrite) int lastStatus;
|
|
@end
|