Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
CPKeyedUnarchiver.h
Go to the documentation of this file.
1 
3 {
4  id _delegate;
5  unsigned _delegateSelectors;
6 
7  CPData _data;
8 
9  CPDictionary _replacementClasses;
10 
11  CPArray _objects;
12  CPDictionary _archive;
13 
14  CPDictionary _plistObject;
15  CPArray _plistObjects;
16 }
17 @end