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 <UIKit/UIView.h>
11 @interface ImageView
: UIView
14 struct CGImage
*_fullSizeImageRef
;
15 struct CGImage
*_thumbnailImageRef
;
16 int _imageOrientation
;
17 int _orientationWhenLastDisplayed
;
18 struct CGSize _fullSize
;
20 BOOL _setOriginDuringAnimation
;
23 struct CGSize _endContentSize
;
24 struct CGSize _startContentSize
;
26 BOOL _zoomToFillInsteadOfToFit
;
27 BOOL _useLessThanMinZoomForZoomedOutTest
;
28 BOOL _allowZoomToFill
;
31 - (id
)initWithFrame
:(struct CGRect
)fp8
;
32 - (void)setDelegate
:(id
)fp8
;
34 - (void)_setOriginForContentSize
:(struct CGSize
)fp8
;
35 - (void)centerInScrollerIfNeeded
;
36 - (void)setZoomScale
:(float)fp8 duration
:(double)fp12
;
37 - (int)orientationWhenLastDisplayed
;
38 - (void)setOrientationWhenLastDisplayed
:(int)fp8
;
39 - (struct CGSize
)_scrollerContentSize
;
40 - (void)zoomToScale
:(float)fp8
;
41 - (void)animator
:(id
)fp8 stopAnimation
:(id
)fp12
;
42 - (void)_prepareForAnimatedZoomToScale
:(float)fp8 duration
:(double)fp12
;
43 - (void)_zoomToScrollPoint
:(struct CGPoint
)fp8 scale
:(float)fp16 duration
:(float)fp20 event
:(struct __GSEvent
*)fp24
;
44 - (struct CGImage
*)imageRef
;
45 - (int)imageOrientation
;
46 - (BOOL
)_canDrawContent
;
47 - (void)drawRect
:(struct CGRect
)fp8
;
48 - (BOOL
)hasFullSizeImage
;
49 - (void)ensureFullSizeImageLoaded
;
50 - (void)setAllowsZoomToFill
:(BOOL
)fp8
;
51 - (void)updateZoomScales
;
52 - (int)defaultZoomStyle
;
53 - (void)_updateLayerContents
;
54 - (void)setFullSizeImageRef
:(struct CGImage
*)fp8 orientation
:(int)fp12
;
55 - (void)_finishedLoadingImageRef
:(id
)fp8
;
56 - (void)movedFromSuperview
:(id
)fp8
;
57 - (float)minRotatedScale
;
58 - (float)_calculateZoomScale
:(BOOL
)fp8
;
59 - (float)minZoomScale
;
60 - (float)zoomToFillScale
;
61 - (float)defaultZoomScale
;
62 - (void)setThumbnail
:(struct CGImage
*)fp8
;
65 - (void)setModelImage
:(id
)fp8
;
67 - (struct CGImage
*)createUnrotatedImageWithSize
:(struct CGSize
)fp8
;
68 - (void)_gestureChanged
:(int)fp8 event
:(struct __GSEvent
*)fp12
;