This commit is contained in:
2026-02-04 18:10:39 +08:00
parent 3e30f619b9
commit ff4edab820
4 changed files with 11 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ NS_ASSUME_NONNULL_BEGIN
@property(nonatomic, copy) NSString *content;
/// 被回复的用户名(@xxx
@property(nonatomic, copy, nullable) NSString *replyToUserName;
@property(nonatomic, copy) NSString *replyToUserName;
/// 点赞数
@property(nonatomic, assign) NSInteger likeCount;