// // NdUncaughtExceptionHandler.h // tongxin // // Created by ecell on 2021/12/24. // Copyright © 2021 xTT. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface NdUncaughtExceptionHandler : NSObject + (void)setDefaultHandler; + (NSUncaughtExceptionHandler*)getHandler; @end NS_ASSUME_NONNULL_END