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