Initial import of ITMac sources.
[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 by iThink Software.
8  *      All Rights Reserved.
9  *
10  *      $Id$
11  *
12  */
13
14 #import <Foundation/Foundation.h>
15 #import "ITMacResource.h"
16
17 @interface ITPixmapListMacResource : ITMacResource {
18
19 }
20
21 @end