![]() |
API 0.9.5
|
00001 00002 @interface CPAccordionViewItem : CPObject 00003 { 00004 CPString _identifier // @accessors(property=identifier); 00005 CPView _view // @accessors(property=view); 00006 CPString _label // @accessors(property=label); 00007 } 00008 @end