CatNiP prefinal
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
|
00001 // 00002 // UncaughtExceptionHandler.h 00003 // UncaughtExceptions 00004 // 00005 // Created by Matt Gallagher on 2010/05/25. 00006 // Copyright 2010 Matt Gallagher. All rights reserved. 00007 // 00008 // Permission is given to use this source code file, free of charge, in any 00009 // project, commercial or otherwise, entirely at your risk, with the condition 00010 // that any redistribution (in part or whole) of source code must retain 00011 // this copyright and permission notice. Attribution in compiled projects is 00012 // appreciated but not required. 00013 // 00014 00015 #import <UIKit/UIKit.h> 00016 00017 @interface UncaughtExceptionHandler : NSObject 00018 { 00019 BOOL dismissed; 00020 } 00021 00022 @end 00023 00024 void InstallUncaughtExceptionHandler();