// // DLPKTimeInsertView.h // SweetParty // // Created by bj_szd on 2022/6/6. // #import NS_ASSUME_NONNULL_BEGIN @interface DLPKTimeInsertView : UIView @property (weak, nonatomic) IBOutlet UIImageView *touchImgV; @property (weak, nonatomic) IBOutlet UITextField *insertTF; @property (weak, nonatomic) IBOutlet NSLayoutConstraint *mainViewBottomCon; @property(nonatomic, copy)void(^onSendBlock)(NSString *time); @end NS_ASSUME_NONNULL_END