Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
CPCib.h
Go to the documentation of this file.
1 
2 @interface CPCib : CPObject
3 {
4  BOOL _awakenCustomResources // @accessors(property=_awakenCustomResources);
5 
6  CPBundle _bundle;
7  CPData _data;
8  CPString _cibName;
9  id _loadDelegate;
10 }
11 @end