]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
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 "NSData.h" | |
8 | ||
9 | @interface NSData (ABDataAdditions) | |
10 | - (id)abStringAtRange:(struct _NSRange)fp8 inEncoding:(unsigned int)fp16; | |
11 | - (BOOL)abIsUTF16EntourageVCard; | |
12 | - (id)abDecodeBase64; | |
13 | - (id)abEncodeBase64DataBreakLines:(BOOL)fp8 allowSlash:(BOOL)fp12 padChar:(BOOL)fp16; | |
14 | - (id)abDecodedUTF7; | |
15 | @end | |
16 |