From cf977559d6821a1ccce2acae076835a8037f2a90 Mon Sep 17 00:00:00 2001
From: chenqiyang <1406175257@qq.com>
Date: 星期一, 05 六月 2023 11:47:18 +0800
Subject: [PATCH] 1.提交萤石demo 2.修改部分UI

---
 EZSDK/EZSDK/EZSDK.h |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/EZSDK/EZSDK/EZSDK.h b/EZSDK/EZSDK/EZSDK.h
index 5afdf36..3532d07 100644
--- a/EZSDK/EZSDK/EZSDK.h
+++ b/EZSDK/EZSDK/EZSDK.h
@@ -6,14 +6,17 @@
 //
 
 #import <Foundation/Foundation.h>
-#import "EZDeviceInfo.h"
+//#import <EZOpenSDKFramework/EZDeviceInfo.h>
+#import <EZOpenSDKFramework/EZDeviceInfo.h>
 
 
 
 @protocol EZSDKDelegate <NSObject>
 
-//娣诲姞璁惧鎴愬姛
--(void)addDeviceSuccessed;
+/*娣诲姞璁惧鎴愬姛
+ @param deviceSerial 璁惧搴忓垪鍙�
+ */
+-(void)addDeviceSuccessed:(NSString*)deviceSerial;
 
 @end
 
@@ -21,6 +24,8 @@
 
 @property (nonatomic, weak) id<EZSDKDelegate> delegate;//浠g悊
 
+@property (nonatomic, strong) NSArray  *connectTipModels;//闇�瑕侀厤缃戞彁绀虹殑绫诲瀷锛堜笉鑳介�氳繃app绔厤缃戠殑璁惧绫诲瀷锛�
+
 
 ///sharedInstance
 + (instancetype)sharedInstance;

--
Gitblit v1.8.0