/headers/Foundation/NSPlaceholderValue.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
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