API  1.0.0
CPTableCellView.h
Go to the documentation of this file.
1 
2 @interface CPTableCellView : CPView
3 {
4  id _objectValue // @accessors(property=objectValue);
5 
6  CPTextField _textField // @accessors(property=textField);
7  CPImageView _imageView // @accessors(property=imageView);
8 }
9 @end
Definition: CPView.j:137