Updating ITFoundation to include updates spurred by Haven development.
[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 by iThink Software.
11  *      All Rights Reserved.
12  *
13  *      $Id$
14  *
15  */
16
17 #import <Foundation/Foundation.h>
18
19 extern NSString *NSStringFromFourCharCode(unsigned long code);
20 extern unsigned long FourCharCodeFromNSString(NSString *string);