From d90ee1536e9e0cfdb62a70e36559e1cf2d8ce458 Mon Sep 17 00:00:00 2001 From: lpw Date: Wed, 25 Sep 2024 14:48:52 +0800 Subject: [PATCH] 提交4.3.0 --- frameworks/WASdkImpl.framework/Headers/WASdkAccountListUI.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/frameworks/WASdkImpl.framework/Headers/WASdkAccountListUI.h b/frameworks/WASdkImpl.framework/Headers/WASdkAccountListUI.h index e7fe44f..573248a 100644 --- a/frameworks/WASdkImpl.framework/Headers/WASdkAccountListUI.h +++ b/frameworks/WASdkImpl.framework/Headers/WASdkAccountListUI.h @@ -9,7 +9,7 @@ #import <UIKit/UIKit.h> #import <WACommon/WACommon.h> #import <WASdkIntf/WASdkIntf.h> -#import "WASdkAccountMainUI.h" +#import <WASdkImpl/WASdkAccountMainUI.h> @interface WASdkAccountListUI : UIView -(instancetype)initWithFrame:(CGRect)frame andMainUI:(WASdkAccountMainUI*)mainUI; @property(nonatomic,weak)WASdkAccountMainUI* mainUI; -- Gitblit v1.8.0