From 8e24e0ed4ff439ff6c746325a1411f1208e64b8d Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 26 十一月 2021 09:33:02 +0800 Subject: [PATCH] 1 --- HDL-ON_iOS/Other/SkipControl.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HDL-ON_iOS/Other/SkipControl.cs b/HDL-ON_iOS/Other/SkipControl.cs index 7706928..59928ac 100644 --- a/HDL-ON_iOS/Other/SkipControl.cs +++ b/HDL-ON_iOS/Other/SkipControl.cs @@ -3,7 +3,6 @@ using Foundation; using Intents; using IntentsUI; -using Other.Siri; using UIKit; namespace Other @@ -20,6 +19,7 @@ //user.View.BackgroundColor = new UIColor(242, 243, 247, 1); //HDL_ON_iOS.AppDelegate.rootViewController.PushViewController(user, true); + NSMutableArray list = new NSMutableArray(); @@ -40,7 +40,7 @@ public void SetData(bool isLogin, string accessToken, string refreshToken, string regionUrl) { - var sDM = new SceneDateManager(); + var sDM = new Other.Siri.SceneDateManager(); sDM.SetIsLoginValue(isLogin); sDM.SetAccessTokenValue(accessToken); sDM.SetRefreshTokenValue(refreshToken); -- Gitblit v1.8.0