API  1.0.0
CPThreePartImage.h
Go to the documentation of this file.
1 
2 @interface CPThreePartImage : CPObject
3 {
4  CPArray _imageSlices;
5  BOOL _isVertical;
6 }
7 @end