1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| //
| // HDLFVNoDataView.h
| // Ezviz
| //
| // Created by 陈启扬 on 2022/4/8.
| // Copyright © 2022 hdl. All rights reserved.
| //
|
| #import <UIKit/UIKit.h>
|
| NS_ASSUME_NONNULL_BEGIN
|
| @interface HDLEZNoDataView : UIView
| @property (nonatomic, copy)NSString *tipMsg;//提示内容
|
| @end
|
| NS_ASSUME_NONNULL_END
|
|