From 2e150f4bb015d843dae94a9c1281a062fca5162b Mon Sep 17 00:00:00 2001 From: 464027401@qq.com <464027401@qq.com> Date: 星期三, 15 十二月 2021 13:15:45 +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