2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import "UIViewController.h"
9 @
class MLPhoto
, PLCropOverlay
, PLImageTile
;
11 @interface PLImageViewController
: UIViewController
14 PLCropOverlay
*_cropOverlay
;
15 PLImageTile
*_imageTile
;
16 unsigned int _allowEditing
:1;
19 - (id
)initWithPhoto
:(id
)fp8
;
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
;