2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @
class PLCropLCDLayer
, TPBottomDualButtonBar
, TPCameraPushButton
, TPPushButton
, UIImageView
, UIProgressHUD
;
11 @interface PLCropOverlay
: UIView
15 UIImageView
*_lcdImage
;
16 TPBottomDualButtonBar
*_bottomBar
;
17 TPPushButton
*_cancelButton
;
18 TPCameraPushButton
*_okButton
;
22 - (id
)initWithSize
:(struct CGSize
)fp8 setCropTitle
:(id
)fp16 offsettingStatusBar
:(BOOL
)fp20
;
23 - (id
)initWithSize
:(struct CGSize
)fp8 setCropTitle
:(id
)fp16
;
25 - (void)statusBarHeightDidChange
:(id
)fp8
;
26 - (void)setDelegate
:(id
)fp8
;
28 - (void)_fadeOutCompleted
:(id
)fp8
;
29 - (void)cancelButtonClicked
:(id
)fp8
;
30 - (void)okButtonClicked
:(id
)fp8
;
31 - (void)setEnabled
:(BOOL
)fp8
;
32 - (id
)hitTest
:(struct CGPoint
)fp8 forEvent
:(struct __GSEvent
*)fp16
;
33 - (id
)hitTest
:(struct CGPoint
)fp8 withEvent
:(id
)fp16
;
34 - (struct CGRect
)cropRect
;
35 - (struct CGRect
)scrollIndicatorRect
;
36 - (void)setTitle
:(id
)fp8
;
37 - (void)setSubtitle
:(id
)fp8
;
38 - (void)setOKButtonColor
:(int)fp8
;
39 - (void)setOKButtonTitle
:(id
)fp8
;
40 - (void)setOKButtonShowsCamera
:(BOOL
)fp8
;
41 - (void)setCancelButtonTitle
:(id
)fp8
;
42 - (void)setShowProgress
:(BOOL
)fp8 title
:(id
)fp12
;
43 - (void)removeProgress
;
44 - (void)setProgressDone
;
45 - (id
)dictionaryWithCropResultsFromImageScroller
:(id
)fp8 withOptions
:(int)fp12
;