// // WAAppWall.h // WASdkIntfUI // // Created by wuyx on 16/3/2. // Copyright © 2016年 GHW-T-01. All rights reserved. // #import @interface WAIAppWall : NSObject -(void)showEntryFlowIcon; -(void)hideEntryFlowIcon; @end