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 PLImageScroller
, PLRotationView
, UITiledView
;
11 @interface PLImageTile
: UITile
13 UITiledView
*_tiledView
;
14 PLRotationView
*_rotationView
;
15 PLImageScroller
*_imageScroller
;
19 + (Class
)tileViewClass
;
20 + (id
)_createImageTileWithFrame
:(struct CGRect
)fp8 imageSize
:(struct CGSize
)fp24 allowZoomToFill
:(BOOL
)fp32
;
21 + (id
)createImageTileWithFrame
:(struct CGRect
)fp8 image
:(struct CGImage
*)fp24 orientation
:(int)fp28 allowZoomToFill
:(BOOL
)fp32
;
22 + (id
)createImageTileWithFrame
:(struct CGRect
)fp8 modelImage
:(id
)fp24
;
23 - (void)setEnabledGestures
:(int)fp8
;
24 - (void)_clearImageScroller
;
25 - (id
)initWithFrame
:(struct CGRect
)fp8
;
27 - (void)setFrame
:(struct CGRect
)fp8
;
28 - (BOOL
)_drawsContent
;
29 - (BOOL
)_canDrawContent
;
30 - (void)drawRect
:(struct CGRect
)fp8
;
31 - (struct CGRect
)imageRect
;
35 - (void)setImageScroller
:(id
)fp8
;
37 - (void)setTiledView
:(id
)fp8
;
38 - (id
)hitTest
:(struct CGPoint
)fp8 forEvent
:(struct __GSEvent
*)fp16
;
39 - (id
)hitTest
:(struct CGPoint
)fp8 withEvent
:(id
)fp16
;
40 - (void)removeFromSuperview
;
41 - (void)setNeedsDisplayInDirtyRect
;
43 - (void)_handleDoubleTap
:(struct __GSEvent
*)fp8
;
44 - (void)view
:(id
)fp8 handleTapWithCount
:(int)fp12 event
:(struct __GSEvent
*)fp16 fingerCount
:(int)fp20
;
45 - (void)viewHandleTouchPause
:(id
)fp8 isDown
:(BOOL
)fp12
;