API  0.9.7
 All Classes Files Functions Variables Macros Groups Pages
CPBundle.h
Go to the documentation of this file.
1 
2 @interface CPBundle : CPObject
3 {
4  CFBundle _bundle;
5  id _delegate;
6 }
7 @end