API  1.0.0
CPUserDefaults.h
Go to the documentation of this file.
1 
2 @interface CPUserDefaults : CPObject
3 {
4  CPDictionary _domains;
5  CPDictionary _stores;
6 
7  CPDictionary _searchList;
8  BOOL _searchListNeedsReload;
9 }
10 @end
A mutable key-value pair collection.
Definition: CPDictionary.h:2