// // ExceptionHandle.h // Exception_Class // #import <Foundation/Foundation.h> #import <MessageUI/MFMailComposeViewController.h> @interface ExceptionHandle : NSObject<MFMailComposeViewControllerDelegate> +(void)catchException; @end