From b469805b2d0c9b23ca020cf9356ff137205f856c Mon Sep 17 00:00:00 2001 From: 464027401@qq.com <464027401@qq.com> Date: 星期一, 27 九月 2021 10:22:10 +0800 Subject: [PATCH] 修复来点页面重复呼叫时alert位置不对问题 --- HDLLinPhoneSDK/HDLLinPhoneSDK/HDLLPOnMonitorViewController.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/HDLLinPhoneSDK/HDLLinPhoneSDK/HDLLPOnMonitorViewController.h b/HDLLinPhoneSDK/HDLLinPhoneSDK/HDLLPOnMonitorViewController.h index 659757c..f36cb05 100644 --- a/HDLLinPhoneSDK/HDLLinPhoneSDK/HDLLPOnMonitorViewController.h +++ b/HDLLinPhoneSDK/HDLLinPhoneSDK/HDLLPOnMonitorViewController.h @@ -19,6 +19,8 @@ @property (strong, nonatomic) NSString *userName;//鍛煎彨璐﹀彿 @property (strong, nonatomic) NSString *titleName;//鏍囬 +-(void)showUIAlertViewWithBack:(NSString *)mes; + #pragma mark 瀵瑰鎺ュ彛鏂规硶 -- Gitblit v1.8.0