ExceptionHandle.h 239 B

12345678910111213
  1. //
  2. // ExceptionHandle.h
  3. // Exception_Class
  4. //
  5. #import <Foundation/Foundation.h>
  6. #import <MessageUI/MFMailComposeViewController.h>
  7. @interface ExceptionHandle : NSObject<MFMailComposeViewControllerDelegate>
  8. +(void)catchException;
  9. @end