分类移动文件
This commit is contained in:
28
keyBoard/Class/AiTalk/V/Comment/KBAICommentHeaderView.h
Normal file
28
keyBoard/Class/AiTalk/V/Comment/KBAICommentHeaderView.h
Normal file
@@ -0,0 +1,28 @@
|
||||
//
|
||||
// KBAICommentHeaderView.h
|
||||
// keyBoard
|
||||
//
|
||||
// Created by Mac on 2026/1/16.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@class KBAICommentModel;
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
/// 一级评论 Section Header 视图
|
||||
@interface KBAICommentHeaderView : UITableViewHeaderFooterView
|
||||
|
||||
/// 配置评论数据
|
||||
- (void)configureWithComment:(KBAICommentModel *)comment;
|
||||
|
||||
/// 点赞按钮点击回调
|
||||
@property(nonatomic, copy, nullable) void (^onLikeAction)(void);
|
||||
|
||||
/// 回复按钮点击回调
|
||||
@property(nonatomic, copy, nullable) void (^onReplyAction)(void);
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user