From eeb0fad802f9558eb74c6964480b38b49e016c45 Mon Sep 17 00:00:00 2001
From: chenqiyang <1406175257@qq.com>
Date: 星期四, 06 四月 2023 17:40:08 +0800
Subject: [PATCH] 1.增加不能app配网提示页功能 2.修改部分或计划语言

---
 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