X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/f8c9f9165f78d2bbfa5c9465b2af1d13dad05671..5be1d5a0ca54fa66651b3536ad07702391e4d0fe:/ITDebug.h diff --git a/ITDebug.h b/ITDebug.h new file mode 100755 index 0000000..2935b51 --- /dev/null +++ b/ITDebug.h @@ -0,0 +1,13 @@ +/* + * ITDebug.h + * ITFoundation + * + * Created by Joseph Spiros on Fri Sep 12 2003. + * Copyright (c) 2003 __MyCompanyName__. All rights reserved. + * + */ + +#import + +void SetITDebugMode(BOOL mode); +void ITDebugLog(NSString *format, ...);