From f338bb377a9e2f87f876cf8c5f0124d84da85bea Mon Sep 17 00:00:00 2001 From: chenqiyang <1406175257@qq.com> Date: 星期三, 15 三月 2023 14:18:40 +0800 Subject: [PATCH] 1.引入自定义button和scrollview 2.引入时间选择器组件 3.完善临时密码功能 4.修改部分类名 --- EZSDK/EZSDK/DeviceInfo.h | 10 ++-------- 1 files changed, 2 insertions(+), 8 deletions(-) diff --git a/EZSDK/EZSDK/DeviceInfo.h b/EZSDK/EZSDK/DeviceInfo.h index 87b2fb9..294fbff 100644 --- a/EZSDK/EZSDK/DeviceInfo.h +++ b/EZSDK/EZSDK/DeviceInfo.h @@ -6,17 +6,11 @@ // #import <Foundation/Foundation.h> +#import "EZDeviceInfo.h" NS_ASSUME_NONNULL_BEGIN -@interface DeviceInfo : NSObject - -@property(nonatomic,strong)NSString *DeviceName; -@property(nonatomic,strong)NSString *DeviceSerial; -@property(nonatomic,assign)int DeviceNum; //cameraNum -@property(nonatomic,assign)int DeviceCameraInfoListSize; -@property(nonatomic,strong)NSObject* RealObject; -@property(nonatomic,strong)NSArray *cameraInfo; +@interface DeviceInfo :EZDeviceInfo @end -- Gitblit v1.8.0