/headers/Foundation/NSPlaceholderMutableArray.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 "NSMutableArray.h"
00008 
00009 @interface NSPlaceholderMutableArray : NSMutableArray
00010 {
00011 }
00012 
00013 - (id)initWithObjects:(id *)fp8 count:(unsigned int)fp12;
00014 - (id)initWithObjects_ex:(id *)fp8 count:(unsigned int)fp12;
00015 - (id)initWithCapacity:(unsigned int)fp8;
00016 - (id)init;
00017 - (id)initWithContentsOfFile:(id)fp8;
00018 - (id)initWithContentsOfURL:(id)fp8;
00019 - (unsigned int)count;
00020 - (id)objectAtIndex:(unsigned int)fp8;
00021 - (void)addObject:(id)fp8;
00022 - (void)insertObject:(id)fp8 atIndex:(unsigned int)fp12;
00023 - (void)replaceObjectAtIndex:(unsigned int)fp8 withObject:(id)fp12;
00024 - (void)removeLastObject;
00025 - (void)removeObjectAtIndex:(unsigned int)fp8;
00026 
00027 @end
00028