// // KSCrashDoctor.h // KSCrash // // Created by Karl Stenerud on 2012-11-10. // Copyright (c) 2012 Karl Stenerud. All rights reserved. // #import @interface KSCrashDoctor : NSObject + (KSCrashDoctor*) doctor; - (NSString*) diagnoseCrash:(NSDictionary*) crashReport; @end