From 2265a8478325a04871aab6a86d49c28d7d65443a Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 29 五月 2023 15:17:01 +0800 Subject: [PATCH] 增加开锁二次确认弹窗 --- HDLLinPhoneSDK(OC)/HDLLinPhoneSDK/HDLLinPhoneCommon.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git "a/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/HDLLinPhoneCommon.h" "b/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/HDLLinPhoneCommon.h" index 7c54af7..c4cd0a0 100644 --- "a/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/HDLLinPhoneCommon.h" +++ "b/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/HDLLinPhoneCommon.h" @@ -12,6 +12,8 @@ @interface HDLLinPhoneCommon : NSObject +(UIViewController *) topMostController;//鑾峰彇椤跺眰瑙嗗浘 ++(UIViewController *) rootController;//鑾峰彇鏍规帶鍒跺櫒 ++(BOOL)rootPresentVCContent:(Class)vcClass;//鍒ゆ柇鎵�鏈塸resent鐨勬帶鍒跺櫒鏄惁鍚湁VC +(UIWindow*)appWindow; +(NSString *)temporarySaveImagePath;//涓存椂淇濆瓨鍥剧墖鐨勮矾鍔� +(void)saveImageToPhotosAlbum:(UIImage *)savedImage;//淇濆瓨鍥剧墖鍒扮浉鍐� -- Gitblit v1.8.0