00001
00002
00003
00004
00005
00006
00007 #import "NSObject.h"
00008
00009 @interface _NSKeyedCoderOldStyleArray : NSObject
00010 {
00011 void *_addr;
00012 unsigned int _count;
00013 unsigned int _size;
00014 BOOL _type;
00015 BOOL _decoded;
00016 char _padding;
00017 }
00018
00019 - (id)initWithObjCType:(BOOL)fp8 count:(unsigned int)fp12 at:(const void *)fp16;
00020 - (void)dealloc;
00021 - (void)finalize;
00022 - (void)fillObjCType:(BOOL)fp8 count:(unsigned int)fp12 at:(void *)fp16;
00023 - (void)encodeWithCoder:(id)fp8;
00024 - (id)initWithCoder:(id)fp8;
00025
00026 @end
00027