1
This commit is contained in:
@@ -74,6 +74,13 @@ typedef NS_ENUM(NSInteger, KBPersonaVisibility) {
|
||||
|
||||
/// 更新时间
|
||||
@property (nonatomic, copy) NSString *updatedAt;
|
||||
/// 评论数
|
||||
@property (nonatomic, copy) NSString *commentCount;
|
||||
/// 喜欢数
|
||||
@property (nonatomic, copy) NSString *likeCount;
|
||||
/// 是否喜欢
|
||||
@property (nonatomic, assign) BOOL liked;
|
||||
|
||||
|
||||
#pragma mark - 扩展属性
|
||||
|
||||
|
||||
Reference in New Issue
Block a user