063fc3681ca5f7d7594506aecce142b21a3ddfdf
[ITFoundation.git] / ITCarbonSupport.h
1 /*
2  *      ITFoundation
3  *      ITCarbonSupport.h
4  *
5  *      Utility functions to convert between FourCharCodes/OSTypes/ResTypes and
6  *              NSStrings.
7  *
8  *      Copyright (c) 2005 by iThink Software.
9  *      All Rights Reserved.
10  *
11  *      $Id$
12  *
13  */
14
15 #import <Foundation/Foundation.h>
16
17 NSString *NSStringFromFourCharCode(unsigned long code);
18 unsigned long FourCharCodeFromNSString(NSString *string);