This commit is contained in:
2026-01-27 18:53:19 +08:00
parent b34de116a3
commit db869552e4
16 changed files with 402 additions and 3 deletions

View File

@@ -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 - 扩展属性