00001
00002
00003
00004
00005
00006
00007 #import "NSObject.h"
00008
00009 @interface NSPropertyListSerialization : NSObject
00010 {
00011 void *reserved;
00012 }
00013
00014 + (BOOL)propertyList:(id)fp8 isValidForFormat:(unsigned int)fp12;
00015 + (id)dataFromPropertyList:(id)fp8 format:(unsigned int)fp12 errorDescription:(id *)fp16;
00016 + (id)propertyListFromData:(id)fp8 mutabilityOption:(unsigned int)fp12 format:(unsigned int *)fp16 errorDescription:(id *)fp20;
00017 + (id)allocWithZone:(struct _NSZone *)fp8;
00018 - (id)init;
00019
00020 @end
00021