Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
CPControllerSelectionProxy.h
Go to the documentation of this file.
1 
3 {
4  id _controller;
5  id _keys;
6 
7  CPDictionary _cachedValues;
8  CPArray _observationProxies;
9 
10  Object _observedObjectsByKeyPath;
11 }
12 @end