Files
yuyin_ios/SweetParty/主类/音悦新增/交友厅/DLPKTimeInsertView.h

23 lines
464 B
C
Raw Permalink Normal View History

2025-08-08 11:05:33 +08:00
//
// DLPKTimeInsertView.h
// SweetParty
//
// Created by bj_szd on 2022/6/6.
//
#import <UIKit/UIKit.h>
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