00001 00002 @interface CPThreePartImage : CPObject 00003 { 00004 CPArray _imageSlices; 00005 BOOL _isVertical; 00006 } 00007 @end