API  0.9.6
 All Classes Files Functions Variables Macros Groups Pages
CPCib.h
Go to the documentation of this file.
1 
2 @interface CPCib : CPObject
3 {
4  CPData _data;
5  CPBundle _bundle;
6  BOOL _awakenCustomResources;
7 
8  id _loadDelegate;
9 }
10 @end