分类移动文件
This commit is contained in:
25
keyBoard/Class/AiTalk/V/Comment/KBAICommentFooterView.h
Normal file
25
keyBoard/Class/AiTalk/V/Comment/KBAICommentFooterView.h
Normal file
@@ -0,0 +1,25 @@
|
||||
//
|
||||
// KBAICommentFooterView.h
|
||||
// keyBoard
|
||||
//
|
||||
// Created by Mac on 2026/1/16.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@class KBAICommentModel;
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
/// Section Footer - 展开/收起/加载更多按钮
|
||||
@interface KBAICommentFooterView : UITableViewHeaderFooterView
|
||||
|
||||
/// 配置 Footer 数据
|
||||
- (void)configureWithComment:(KBAICommentModel *)comment;
|
||||
|
||||
/// 操作按钮点击回调
|
||||
@property(nonatomic, copy, nullable) void (^onAction)(void);
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user