]>
Commit | Line | Data |
---|---|---|
1 | /* | |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import "Foundation/NSString.h" | |
8 | ||
9 | @interface NSString (UIKBExtras) | |
10 | + (id)stringWithUnichar:(unsigned short)fp8; | |
11 | - (id)stringByTrimmingCharactersInCFCharacterSet:(struct __CFCharacterSet *)fp8; | |
12 | - (id)stringByTrimmingLastCharacter; | |
13 | - (id)stringByReplacingCharactersInSet:(struct __CFCharacterSet *)fp8 withCharacter:(unsigned short)fp12; | |
14 | - (id)stringByReplacingCharacter:(unsigned short)fp8 withCharacter:(unsigned short)fp12; | |
15 | - (BOOL)endsSentence; | |
16 | - (BOOL)endsWord; | |
17 | - (BOOL)isDottedURLDomain; | |
18 | - (BOOL)isLeftAssociative; | |
19 | - (BOOL)isTripledPunctuation; | |
20 | - (BOOL)isSpaceOrReturn; | |
21 | - (BOOL)isPlainSpace; | |
22 | - (BOOL)isSpace; | |
23 | - (BOOL)looksLikeEmailAddress; | |
24 | - (BOOL)looksLikeNumberInput; | |
25 | - (BOOL)looksLikeURL; | |
26 | @end | |
27 |