Enabling garbage collection support.
[ITFoundation.git] / ITCarbonSupport.h
1 /*
2  *      ITFoundation
3  *      ITCarbonSupport.h
4  *
5  *      Utility functions to convert between FourCharCodes/OSTypes/ResTypes and
6  *              NSStrings. These only call through to the methods implemented by
7  *              the ITFoundationCategory on NSString, and those methods are recommended
8  *              for all new projects needing this functionality.
9  *
10  *      Copyright (c) 2005 iThink Software
11  *
12  */
13
14 #import <Foundation/Foundation.h>
15
16 extern NSString *NSStringFromFourCharCode(unsigned long code);
17 extern unsigned long FourCharCodeFromNSString(NSString *string);