00001
00002
00003
00004
00005
00006
00007 #import <Foundation/NSNumber.h>
00008
00009 @interface NSPlaceholderValue : NSNumber
00010 {
00011 struct _NSZone *zoneForInstance;
00012 }
00013
00014 - (id)autorelease;
00015 - (id)retain;
00016 - (unsigned int)retainCount;
00017 - (void)release;
00018 - (void)dealloc;
00019 - (void)finalize;
00020 - (id)init;
00021 - (id)initWithBytes:(const void *)fp8 objCType:(const char *)fp12;
00022 - (id)initWithCoder:(id)fp8;
00023 - (const char *)objCType;
00024 - (void)getValue:(void *)fp8;
00025
00026 @end
00027