]> git.saurik.com Git - iphone-api.git/blob - PhotoLibrary/PLImageLoader.h
Add some IOMobileFramebuffer functions long ago used by Veency.
[iphone-api.git] / PhotoLibrary / PLImageLoader.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 @interface PLImageLoader : NSObject
10 {
11 }
12
13 + (void)_imageLoader;
14 + (void)pauseLoading;
15 + (void)resumeLoading;
16 + (void)_finishedLoadingImageRef:(id)fp8;
17 + (void)_finishDeferredImageLoads;
18 + (void)stop;
19 + (void)loadFullSizeImageRefForImageView:(id)fp8;
20 + (void)cancelLoadRequestsForImageView:(id)fp8;
21
22 @end
23