From 398e7614e980877a74bb7303b0adecbc2f52cf50 Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Wed, 02 Jul 2025 15:35:37 +0800 Subject: [PATCH] 提交4.5.0 --- frameworks/WASdkImpl.framework/Headers/WASdkAccountListUI.h | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/frameworks/WASdkImpl.framework/Headers/WASdkAccountListUI.h b/frameworks/WASdkImpl.framework/Headers/WASdkAccountListUI.h index bddc81a..573248a 100644 --- a/frameworks/WASdkImpl.framework/Headers/WASdkAccountListUI.h +++ b/frameworks/WASdkImpl.framework/Headers/WASdkAccountListUI.h @@ -9,8 +9,11 @@ #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; +@property(nonatomic,weak)id<WAAcctManagerDelegate>acctDelegate; + + @end -- Gitblit v1.8.0