// // HDLFVNoDataView.h // Ezviz // // Created by 陈启扬 on 2022/4/8. // Copyright © 2022 hdl. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface HDLEZNoDataView : UIView @property (nonatomic, copy)NSString *tipMsg;//提示内容 @end NS_ASSUME_NONNULL_END