Licensing ITMac under the GNU Lesser General Public License version 2.1.
[ITMac.git] / ITStringMacResource.h
1 /*
2  *      ITMac
3  *      ITStringMacResource.h
4  *
5  *      Class that wraps Carbon ResourceManager resources of type 'STR '.
6  *
7  *      Copyright (c) 2005 iThink Software
8  *
9  */
10
11 #import <Foundation/Foundation.h>
12 #import <ITMac/ITMacResource.h>
13
14 @interface ITStringMacResource : ITMacResource {
15
16 }
17
18 @end