添加评论

This commit is contained in:
2026-01-16 15:55:08 +08:00
parent b021fd308f
commit 28852a8d4b
18 changed files with 1977 additions and 26 deletions

View File

@@ -9,8 +9,15 @@
NS_ASSUME_NONNULL_BEGIN
/// 抖音风格评论视图
@interface KBAICommentView : UIView
/// 加载评论数据(从本地 JSON 文件)
- (void)loadComments;
/// 评论总数
@property(nonatomic, readonly) NSInteger totalCommentCount;
@end
NS_ASSUME_NONNULL_END