IDTech iOS/OSX SDK Guide  1.1.052
API reference for BTPay 200
 All Data Structures Functions Variables Properties Pages
UncaughtExceptionHandler.h
1 //
2 // UncaughtExceptionHandler.h
3 // UncaughtExceptions
4 //
5 // Created by Matt Gallagher on 2010/05/25.
6 // Copyright 2010 Matt Gallagher. All rights reserved.
7 //
8 // Permission is given to use this source code file, free of charge, in any
9 // project, commercial or otherwise, entirely at your risk, with the condition
10 // that any redistribution (in part or whole) of source code must retain
11 // this copyright and permission notice. Attribution in compiled projects is
12 // appreciated but not required.
13 //
14 
15 
16 
17 @interface UncaughtExceptionHandler : NSObject
18 {
19  BOOL dismissed;
20 }
21 
22 @end
23 
24 void InstallUncaughtExceptionHandler();
Definition: UncaughtExceptionHandler.h:17