添加评论
This commit is contained in:
25
keyBoard/Class/AiTalk/V/KBAIReplyCell.h
Normal file
25
keyBoard/Class/AiTalk/V/KBAIReplyCell.h
Normal file
@@ -0,0 +1,25 @@
|
||||
//
|
||||
// KBAIReplyCell.h
|
||||
// keyBoard
|
||||
//
|
||||
// Created by Mac on 2026/1/16.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@class KBAIReplyModel;
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
/// 二级评论 Cell
|
||||
@interface KBAIReplyCell : UITableViewCell
|
||||
|
||||
/// 配置回复数据
|
||||
- (void)configureWithReply:(KBAIReplyModel *)reply;
|
||||
|
||||
/// 点赞按钮点击回调
|
||||
@property(nonatomic, copy, nullable) void (^onLikeAction)(void);
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user