]>
git.saurik.com Git - iphone-api.git/blob - ChatKit/CKImageData.h
2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
11 @interface CKImageData
: NSObject
13 struct CGImageSource
*_imageSource
;
17 - (id
)initWithData
:(id
)fp8
;
20 - (id
)imageWithMaxLength
:(int)fp8
;
21 - (id
)jpegDataWithMaxLength
:(int)fp8 compression
:(float)fp12
;
22 - (id
)pngDataWithMaxLength
:(int)fp8
;
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
;