]>
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 <UIKit/UIImage.h> | |
8 | ||
9 | @interface UIImage (UIImagePrivate) | |
10 | + (id)applicationImageNamed:(id)fp8; | |
11 | + (id)kitImageNamed:(id)fp8; | |
12 | + (id)defaultDesktopImage; | |
13 | + (void)setDesktopImageData:(id)fp8; | |
14 | + (id)imageFromAlbumArtData:(id)fp8 height:(int)fp12 width:(int)fp16 cache:(BOOL)fp20; | |
15 | - (id)initWithCGImage:(struct CGImage *)fp8 imageOrientation:(int)fp12; | |
16 | - (id)initWithCoreSurfaceBuffer:(struct __CoreSurfaceBuffer *)fp8; | |
17 | - (struct __CoreSurfaceBuffer *)coreSurfaceBuffer; | |
18 | @end | |
19 |