ITSendAEWithString returns the direct object AEDesc, or returns 0 if there is none.
[ITFoundation.git] / ITDebug.h
1 /*
2  *  ITDebug.h
3  *  ITFoundation
4  *
5  *  Created by Joseph Spiros on Fri Sep 12 2003.
6  *  Copyright (c) 2003 __MyCompanyName__. All rights reserved.
7  *
8  */
9
10 #import <Foundation/Foundation.h>
11
12 void SetITDebugMode(BOOL mode);
13 void ITDebugLog(NSString *format, ...);