LPW
2022-01-05 035a6d2094def3c420ce5cdb0b4949ce1a0b47c7
commit | author | age
d1f6ab 1 //
d0b2df 2 //  WAIApw.h
d1f6ab 3 //  WASdkIntfUI
H 4 //
5 //  Created by wuyx on 16/3/2.
6 //  Copyright © 2016年 GHW-T-01. All rights reserved.
7 //
8
9 #import <Foundation/Foundation.h>
10
d0b2df 11 @interface WAIApw : NSObject
d1f6ab 12 -(void)showEntryFlowIcon;
H 13 -(void)hideEntryFlowIcon;
14 @end