EonaCat-Tools/EonaCatTools/Tools/ExceptionsLogger/ExceptionHandler.h

20 lines
476 B
Objective-C

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