lipengwei
2020-03-04 15be4133e116d8d24c0b63e29011501f12dd8e27
commit | author | age
6e1425 1 //
H 2 //  WASDKCatchHandler.h
3 //  WASDKUI
4 //
5 //  Created by wuyx on 16/2/26.
6 //  Copyright © 2016年 GHW-T-01. All rights reserved.
7 //
8
9 #import <Foundation/Foundation.h>
10 #import <WACommon/WACommon.h>
11 @interface WASdkCacheHandler : NSObject
12 +(void)clearLoginCache;
13 +(void)setCurrentLoginPlatform:(NSString *)platform;
14 +(NSString*)getCurrentLoginPlatform;
15 @end