Blame view

HHDoctorSDK/AlicloudUtils.framework/Headers/ABSUncaughtExceptionHandler.h 414 Bytes
shmily authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
//
//  ABSUncaughtExceptionHandler.h
//  AntilockBrakeSystem
//
//  Created by 地风(ElonChan) on 16/5/16.
//  Copyright © 2016年 Ali. All rights reserved.
//

#import <Foundation/Foundation.h>
typedef void (^ABSUncaughtExceptionCallback)(NSException *exception);

@interface ABSUncaughtExceptionHandler : NSObject

+ (void)registerExceptionHandlerWithCallback:(ABSUncaughtExceptionCallback)callback;

@end