//
//  WAApwProxy.h
//  WASdkIntfUI
//
//  Created by GHW-T-01 on 16/3/1.
//  Copyright 漏 2016骞� GHW-T-01. All rights reserved.
//

#import <Foundation/Foundation.h>
/*!
 @discussion WAApwProxy
 - - -
 */
@interface WAApwProxy : NSObject
/*!
 @abstract 鏄剧ず娴姩鎸夐挳
 */
+(void)showEntryFlowIcon;
/*!
 @abstract 闅愯棌娴姩鎸夐挳
 */
+(void)hideEntryFlowIcon;

@end