00001
00002
00003
00004
00005
00006
00007 #import <Foundation/NSMutableString.h>
00008
00009 @interface NSMutableString (NSCFAdditions)
00010 - (void)appendCharacters:(const unsigned short *)fp8 length:(unsigned int)fp12;
00011 - (void)_cfAppendCString:(const char *)fp8 length:(int)fp12;
00012 - (void)_cfLowercase:(const void *)fp8;
00013 - (void)_cfUppercase:(const void *)fp8;
00014 - (void)_cfCapitalize:(const void *)fp8;
00015 - (void)_cfPad:(struct __CFString *)fp8 length:(unsigned int)fp12 padIndex:(unsigned int)fp16;
00016 - (void)_cfTrim:(struct __CFString *)fp8;
00017 - (void)_trimWithCharacterSet:(id)fp8;
00018 - (void)_cfTrimWS;
00019 - (void)_cfNormalize:(long)fp8;
00020 @end
00021