API  1.0.0
CPBundle.h
Go to the documentation of this file.
1 
2 @interface CPBundle : CPObject
3 {
4  CFBundle _bundle;
5  id <CPBundleDelegate> _delegate;
6 }
7 @end