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 "NSString.h" 00008 00009 @interface NSString (NSStringUtils) 00010 + (id)UUID; 00011 + (id)messageIDStringWithDomainHint:(id)fp8; 00012 + (id)stringWithData:(id)fp8 encoding:(unsigned int)fp12; 00013 + (id)stringRepresentationForBytes:(long long)fp8; 00014 + (id)stringWithAttachmentCharacter; 00015 - (BOOL)boolValue; 00016 - (id)stringByReplacingString:(id)fp8 withString:(id)fp12; 00017 - (id)stringByLocalizingReOrFwdPrefix; 00018 - (unsigned int)subjectPrefixLength; 00019 - (id)fileSystemString; 00020 - (id)stringWithNoExtraSpaces; 00021 - (id)MD5Digest; 00022 - (id)messageIDSubstring; 00023 - (id)encodedMessageID; 00024 - (id)encodedMessageIDString; 00025 - (id)uniqueFilenameWithRespectToFilenames:(id)fp8; 00026 - (int)caseInsensitiveCompareExcludingXDash:(id)fp8; 00027 - (id)componentsSeparatedByPattern:(id)fp8; 00028 - (id)stringByEscapingForXML; 00029 - (id)stringByEscapingHTMLCodes; 00030 @end 00031