//
|
// WAApw.h
|
// WAApwImplUI
|
//
|
// Created by wuyx on 16/3/10.
|
// Copyright © 2016年 GHW-T-01. All rights reserved.
|
//
|
|
#import <Foundation/Foundation.h>
|
#import <WASdkIntf/WASdkIntf.h>
|
#import "WASdkExtend.h"
|
@interface WAApw : WAIApw
|
-(void)showEntryFlowIcon;
|
-(void)hideEntryFlowIcon;
|
@end
|