API  1.0.0
CPAccordionViewItem.h
Go to the documentation of this file.
1 
2 @interface CPAccordionViewItem : CPObject
3 {
4  CPString _identifier // @accessors(property=identifier);
5  CPView _view // @accessors(property=view);
6  CPString _label // @accessors(property=label);
7 }
8 @end
An immutable string (collection of characters).
Definition: CPString.h:2
Definition: CPView.j:137