frameworks/WASdkIntf.framework/Headers/WAUserProxy.h
@@ -255,11 +255,11 @@ +(void)openAccountManager:(id<WAAcctManagerDelegate>)delegate; /*! @abstract 调用此方法打开账户管理界面 @param delegate 委托 */ +(void)openAccountCenter:(id<WAAcctManagerDelegate>)delegate; ///*! //@abstract 调用此方法打开账户管理界面 //@param delegate 委托 //*/ //+(void)openAccountCenter:(id<WAAcctManagerDelegate>)delegate; @@ -457,5 +457,9 @@ + (void)openGameReview:(void(^)(OpenGameReviewState status))block; /*! @discussion 弹出cmp修改同意内容弹框 */ + (void)showConsentPreferences;; @end