]>
Commit | Line | Data |
---|---|---|
491070e3 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 "MLPhoto.h" | |
8 | ||
9 | @interface MLPhoto (PhotosAdditions) | |
10 | + (struct CGImage *)createAndSaveIconForWallpaperImage:(id)fp8; | |
11 | + (struct CGImage *)createUnrotatedImageWithSize:(struct CGSize)fp8 originalImage:(struct CGImage *)fp16 imageOrientation:(int)fp20; | |
12 | - (id)thumbnailImage; | |
13 | - (struct CGImage *)createThumbnailCGImageRef; | |
14 | - (struct CGImage *)createFullScreenCGImageRef:(int *)fp8 properties:(const struct __CFDictionary **)fp12; | |
15 | - (struct CGImage *)createFullSizeCGImageRef:(int *)fp8; | |
16 | - (struct CGImage *)createLowResolutionFullScreenCGImageRef; | |
17 | - (BOOL)hasFullSizeImage; | |
18 | @end | |
19 |