API  1.0.0
CPUserDefaultsController.h
Go to the documentation of this file.
1 
3 {
4  CPUserDefaults _defaults // @accessors(readonly, property=defaults);
5  CPDictionary _initialValues // @accessors(property=initialValues);
6  BOOL _appliesImmediately // @accessors(property=appliesImmediately);
7  id _valueProxy;
8 }
9 @end
A mutable key-value pair collection.
Definition: CPDictionary.h:2