commit | author | age | ||
6e1425 | 1 | // |
H | 2 | // GHWCatchCrash.h |
3 | // TEST | |
4 | // | |
5 | // Created by wuyx on 15/8/17. | |
6 | // Copyright (c) 2015年 GHW. All rights reserved. | |
7 | // | |
8 | ||
9 | #import <Foundation/Foundation.h> | |
10 | #import <UIKit/UIKit.h> | |
11 | #import <WACommon/WACommon.h> | |
12 | #import <WASdkIntf/WASdkIntf.h> | |
13 | @interface WASdkCatchCrash : NSObject | |
14 | +(void)postCrashReport; | |
15 | void ghwUncaughtExceptionHandler(NSException *exception); | |
16 | @end |