From 24cb5f1e93b77b744ab702d6a75c6d6b94bbf359 Mon Sep 17 00:00:00 2001 From: Davin <591807572@qq.com> Date: 星期二, 20 六月 2023 13:49:41 +0800 Subject: [PATCH] faeture 视频回放横屏适配 --- 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