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 NSDictionary
, NSString
, PLCropOverlay
, PLImageTile
, PLUIController
, UIAnimation
;
11 @interface PLPhotoPicker
: UIView
14 PLUIController
*_uiController
;
16 UIView
*_syncingContentView
;
17 PLCropOverlay
*_cropOverlay
;
18 PLImageTile
*_imageTile
;
19 UIAnimation
*_throwAnimation
;
20 NSString
*_progressLabel
;
21 NSDictionary
*_customCropTitles
;
23 unsigned int customAllowsAlbumSelectionFlagInfo
:2;
24 unsigned int customAllowsPlayingSlideshowFlagInfo
:2;
25 unsigned int customAllowsFullSizeImageDisplayFlagInfo
:2;
26 unsigned int customAllowsZoomingWhenCroppingFlagInfo
:2;
27 unsigned int customCropPhotoAfterSelectionFlagInfo
:2;
28 unsigned int customShowCropUI
:2;
29 unsigned int customShowCamera
:2;
30 unsigned int syncing
:1;
31 unsigned int cancel
:1;
32 unsigned int unused
:16;
36 - (id
)initWithFrame
:(struct CGRect
)fp8
;
38 - (void)setAllowsAlbumSelection
:(BOOL
)fp8
;
39 - (void)setAllowsPlayingSlideshow
:(BOOL
)fp8
;
40 - (void)setAllowsFullSizeImageDisplay
:(BOOL
)fp8
;
41 - (void)setAllowsZoomingWhenCropping
:(BOOL
)fp8
;
42 - (void)setCropPhotoAfterSelection
:(BOOL
)fp8
;
43 - (void)setCropTitle
:(id
)fp8 subtitle
:(id
)fp12 cropButtonTitle
:(id
)fp16
;
45 - (void)setShowCamera
:(BOOL
)fp8
;
46 - (void)setProgressLabel
:(id
)fp8
;
48 - (void)_updateUIControllerDelegateDependentFlags
;
49 - (void)setDelegate
:(id
)fp8
;
52 - (void)_tearDownSyncUI
;
53 - (void)_cacheUIControllerSettings
;
54 - (void)_loadPickerUI
;
55 - (void)_tearDownPickerUI
;
56 - (void)navigationBar
:(id
)fp8 buttonClicked
:(int)fp12
;
57 - (void)_syncDidStart
;
59 - (void)syncingHasBeenUnblockedBySB
;
60 - (void)iTunesSyncRequestedStart
;
61 - (void)iTunesSyncHasCompleted
:(int)fp8
;
62 - (void)cameraAlbumDidChange
;
63 - (void)cancelButtonClicked
;
64 - (void)imageWasSelected
:(id
)fp8
;
65 - (void)cancelThrow
:(id
)fp8
;
66 - (void)hopFinished
:(id
)fp8
;
67 - (void)photoWasCroppedToRect
:(struct CGRect
)fp8 fullSizeImageData
:(id
)fp24 fullScreenImageData
:(id
)fp28 croppedImageData
:(id
)fp32 imageView
:(id
)fp36
;
69 - (void)setFullSizeImageData
:(id
)fp8 cropRect
:(struct CGRect
)fp12
;
70 - (void)setFullSizeImage
:(struct CGImage
*)fp8 cropRect
:(struct CGRect
)fp12 orientation
:(int)fp28
;
71 - (BOOL
)imageViewIsDisplayingLandscape
:(id
)fp8
;
72 - (void)willStartGesture
:(int)fp8 inView
:(id
)fp12 forEvent
:(struct __GSEvent
*)fp16
;
73 - (void)cropOverlayWasCancelled
:(id
)fp8
;
74 - (void)cropOverlayWasOKed
:(id
)fp8
;
75 - (void)cropOverlay
:(id
)fp8 didFinishSaving
:(id
)fp12
;