/headers/OfficeImport/NSMutableString-CPStringAdditions.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 "NSMutableString.h"
00008 
00009 @interface NSMutableString (CPStringAdditions)
00010 - (BOOL)replaceSubstr:(id)fp8 with:(id)fp12;
00011 - (BOOL)replaceSubstr:(id)fp8 with:(id)fp12 range:(struct _NSRange)fp16;
00012 - (void)replaceAllSubstr:(id)fp8 with:(id)fp12;
00013 - (void)replaceAllSubstr:(id)fp8 with:(id)fp12 escStr:(id)fp16;
00014 - (void)replaceAllSubstr:(id)fp8 with:(id)fp12 range:(struct _NSRange)fp16;
00015 - (void)replaceAllSubstr:(id)fp8 with:(id)fp12 escStr:(id)fp16 range:(struct _NSRange)fp20;
00016 @end
00017