This commit is contained in:
2025-11-28 16:19:06 +08:00
parent a2bb61408b
commit c897111855
3 changed files with 33 additions and 31 deletions

View File

@@ -11,13 +11,7 @@ NS_ASSUME_NONNULL_BEGIN
/// 粘贴提示输入框区域(左侧图标+占位文案,圆角白底)
@interface KBFunctionPasteView : UIView
/// 左侧图标
@property (nonatomic, strong, readonly) UIImageView *iconView;
/// 提示文案例如点击粘贴TA的话
@property (nonatomic, strong, readonly) UILabel *placeholderLabel;
@property (nonatomic, strong) UIButton *pasBtn;
@end
NS_ASSUME_NONNULL_END