Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00034 #import <Foundation/Foundation.h>
00035
00036
00040 @interface PolicyDictionary : NSObject <NSCoding> {
00041
00042 NSMutableDictionary *allPolicies;
00043 }
00044
00045 @property (nonatomic, retain) NSMutableDictionary *allPolicies;
00046
00047 @end