]> git.saurik.com Git - iphone-api.git/blob - PhotoLibrary/PLImageViewController.h
Add MobileSMS for NickP.
[iphone-api.git] / PhotoLibrary / PLImageViewController.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 "UIViewController.h"
8
9 @class MLPhoto, PLCropOverlay, PLImageTile;
10
11 @interface PLImageViewController : UIViewController
12 {
13 MLPhoto *_photo;
14 PLCropOverlay *_cropOverlay;
15 PLImageTile *_imageTile;
16 unsigned int _allowEditing:1;
17 }
18
19 - (id)initWithPhoto:(id)fp8;
20 - (void)dealloc;
21 - (void)loadView;
22 - (void)setParentViewController:(id)fp8;
23 - (void)setAllowsEditing:(BOOL)fp8;
24 - (void)_editabilityChanged:(id)fp8;
25 - (void)_updateGestureSettings;
26 - (void)_updateTitles;
27 - (void)willStartGesture:(int)fp8 inView:(id)fp12 forEvent:(struct __GSEvent *)fp16;
28 - (void)cropOverlayWasCancelled:(id)fp8;
29 - (void)cropOverlayWasOKed:(id)fp8;
30 - (void)cropOverlay:(id)fp8 didFinishSaving:(id)fp12;
31
32 @end
33