// // HDLEZDetectionTypeView.h // EZSDK // // Created by Davin on 2023/8/5. // #import #import "HDLEZDetectionTypeModel.h" NS_ASSUME_NONNULL_BEGIN @interface HDLEZDetectionTypeView : UITableView @property (nonatomic, strong) NSArray *detectionTypeList; - (void)didSelectedDetectionType:(void(^)(NSString *code))selectedBlock; @end NS_ASSUME_NONNULL_END