API  1.0.0
CPBinder.h
Go to the documentation of this file.
1 
2 @interface CPBinder : CPObject
3 {
4  CPDictionary _info;
5  id _source // @accessors(getter=source);
6 
7  JSObject _suppressedNotifications;
8  JSObject _placeholderForMarker;
9 }
10 @end
A mutable key-value pair collection.
Definition: CPDictionary.h:2