Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
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