API  1.0.0
CPController.h
Go to the documentation of this file.
1 
2 @interface CPController : CPObject
3 {
4  CPArray _editors;
5  CPArray _declaredKeys;
6 }
7 @end