API  1.0.0
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
Definition: CPCib.h:2
A Cappuccino wrapper for any data type.
Definition: CPData.h:2
An immutable string (collection of characters).
Definition: CPString.h:2