]> git.saurik.com Git - iphone-api.git/blob - ChatKit/CKImageData.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / ChatKit / CKImageData.h
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 "NSObject.h"
8
9 @class NSData;
10
11 @interface CKImageData : NSObject
12 {
13 struct CGImageSource *_imageSource;
14 NSData *_data;
15 }
16
17 - (id)initWithData:(id)fp8;
18 - (void)dealloc;
19 - (id)image;
20 - (id)imageWithMaxLength:(int)fp8;
21 - (id)jpegDataWithMaxLength:(int)fp8 compression:(float)fp12;
22 - (id)pngDataWithMaxLength:(int)fp8;
23 - (id)mimeType;
24 - (id)imageType;
25 - (int)imageCount;
26 - (struct CGSize)size;
27 - (int)imageOrientation;
28 - (struct CGImageSource *)_imageSource;
29 - (id)_newImageWithMaxLength:(int)fp8 transformOrientation:(BOOL)fp12;
30 - (struct CGImage *)_newCGImageWithMaxLength:(int)fp8 transformOrientation:(BOOL)fp12;
31 - (id)data;
32
33 @end
34