mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-10-30 12:33:57 -04:00
9 lines
330 B
Objective-C
9 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
|