00001
00002
00003
00004
00005
00006
00007 #import "NSArray.h"
00008
00009 @interface NSArray (NSArray)
00010 + (id)allocWithZone:(struct _NSZone *)fp8;
00011 + (id)array;
00012 + (id)arrayWithArray:(id)fp8;
00013 + (id)arrayWithArray:(id)fp8 copyItems:(BOOL)fp12;
00014 + (id)arrayWithContentsOfFile:(id)fp8;
00015 + (id)arrayWithContentsOfURL:(id)fp8;
00016 + (id)arrayWithObject:(id)fp8;
00017 + (id)arrayWithObjects:(id *)fp8 count:(unsigned int)fp12;
00018 + (id)arrayWithObjects:(id)fp8;
00019 - (unsigned int)count;
00020 - (id)objectAtIndex:(unsigned int)fp8;
00021 - (unsigned long)_cfTypeID;
00022 - (id)description;
00023 - (id)debugDescription;
00024 - (unsigned int)hash;
00025 - (BOOL)isEqual:(id)fp8;
00026 - (id)copyWithZone:(struct _NSZone *)fp8;
00027 - (id)mutableCopyWithZone:(struct _NSZone *)fp8;
00028 - (void)encodeWithCoder:(id)fp8;
00029 - (id)initWithCoder:(id)fp8;
00030 - (Class)classForCoder;
00031 - (id)arrayByAddingObjects:(id *)fp8 count:(unsigned int)fp12;
00032 - (id)arrayByAddingObject:(id)fp8;
00033 - (id)arrayByAddingObjectsFromArray:(id)fp8;
00034 - (id)arrayByApplyingSelector:(SEL)fp8;
00035 - (id)arrayByExcludingObjectsInArray:(id)fp8 identical:(BOOL)fp12;
00036 - (id)arrayByExcludingObjectsInArray:(id)fp8;
00037 - (id)arrayByExcludingIdenticalObjectsInArray:(id)fp8;
00038 - (id)arrayByExcludingToObjectsInArray:(id)fp8;
00039 - (id)componentsJoinedByString:(id)fp8;
00040 - (unsigned int)countOccurrences:(id)fp8;
00041 - (BOOL)containsObject:(id)fp8 inRange:(struct _NSRange)fp12;
00042 - (BOOL)getObject:(id *)fp8 atIndex:(unsigned int)fp12;
00043 - (void)apply:(void *)fp8 context:(void *)fp12;
00044 - (long)_cflastIndexOfObject:(id)fp8 inRange:(struct _NSRange)fp12;
00045 - (BOOL)containsObject:(id)fp8;
00046 - (BOOL)containsObjectIdenticalTo:(id)fp8;
00047 - (id)descriptionWithLocale:(id)fp8;
00048 - (id)descriptionWithLocale:(id)fp8 indent:(unsigned int)fp12;
00049 - (id)firstObjectCommonWithArray:(id)fp8;
00050 - (void)getObjects:(id *)fp8;
00051 - (void)getObjects:(id *)fp8 range:(struct _NSRange)fp12;
00052 - (unsigned int)indexOfAttributeBySelector:(SEL)fp8 equalToObject:(id)fp12;
00053 - (unsigned int)indexOfObject:(id)fp8 range:(struct _NSRange)fp12 identical:(BOOL)fp20;
00054 - (unsigned int)indexOfObject:(id)fp8;
00055 - (unsigned int)indexOfObject:(id)fp8 inRange:(struct _NSRange)fp12;
00056 - (long)_cfindexOfObject:(id)fp8 range:(struct _NSRange)fp12;
00057 - (unsigned int)indexOfObjectIdenticalTo:(id)fp8;
00058 - (unsigned int)indexOfObjectIdenticalTo:(id)fp8 inRange:(struct _NSRange)fp12;
00059 - (unsigned int)indexOf:(id)fp8:(unsigned int)fp12:(BOOL)fp16;
00060 - (BOOL)isEqualToArray:(id)fp8;
00061 - (id)lastObject;
00062 - (void)makeObjectsPerform:(SEL)fp8;
00063 - (void)makeObjectsPerform:(SEL)fp8 withObject:(id)fp12;
00064 - (void)makeObjectsPerformSelector:(SEL)fp8;
00065 - (void)makeObjectsPerformSelector:(SEL)fp8 withObject:(id)fp12;
00066 - (unsigned int)countByEnumeratingWithState:(CDAnonymousStruct8 *)fp8 objects:(id *)fp12 count:(unsigned int)fp16;
00067 - (id)objectEnumerator;
00068 - (id)objectsAtIndexes:(id)fp8;
00069 - (id)reverseObjectEnumerator;
00070 - (id)sortedArrayHint;
00071 - (id)sortedArrayUsingFunction:(void *)fp8 context:(void *)fp12;
00072 - (id)sortedArrayUsingFunction:(void *)fp8 context:(void *)fp12 hint:(id)fp16;
00073 - (id)sortedArrayUsingSelector:(SEL)fp8;
00074 - (id)sortedArrayUsingSelector:(SEL)fp8 hint:(id)fp12;
00075 - (id)subarrayWithRange:(struct _NSRange)fp8;
00076 - (id)_stringToWrite;
00077 - (BOOL)writeToFile:(id)fp8 atomically:(BOOL)fp12;
00078 - (BOOL)writeToURL:(id)fp8 atomically:(BOOL)fp12;
00079 - (id)initWithObjects:(id *)fp8 count:(unsigned int)fp12;
00080 - (id)initWithObjects_ex:(id *)fp8 count:(unsigned int)fp12;
00081 - (id)initWithArray:(id)fp8;
00082 - (id)initWithArray:(id)fp8 copyItems:(BOOL)fp12;
00083 - (id)initWithContentsOfFile:(id)fp8;
00084 - (id)initWithContentsOfURL:(id)fp8;
00085 - (id)initWithObjects:(id)fp8;
00086 @end
00087