2025-10-28 14:30:03 +08:00
|
|
|
//
|
|
|
|
|
// KBFunctionPasteView.h
|
|
|
|
|
// CustomKeyboard
|
|
|
|
|
//
|
|
|
|
|
// Created by Mac on 2025/10/28.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
|
|
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
|
|
|
|
|
|
/// 粘贴提示输入框区域(左侧图标+占位文案,圆角白底)
|
|
|
|
|
@interface KBFunctionPasteView : UIView
|
2025-11-28 16:19:06 +08:00
|
|
|
@property (nonatomic, strong) UIButton *pasBtn;
|
2025-10-28 14:30:03 +08:00
|
|
|
@end
|
|
|
|
|
|
|
|
|
|
NS_ASSUME_NONNULL_END
|