// // ExceptionHandler.h // Created by EonaCat // Copyright 2013 EonaCat. All rights reserved. // #import #import #import #define exceptionDelegate [[UIApplication sharedApplication] delegate] @interface ExceptionHandler : UIViewController { BOOL dismissed; } @end void createExceptionHandler(NSString *emailAddress,NSString *BCCemailAddress);