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 "UITableCell.h"
9 @
class NSMutableArray
, UIImage
, UIView
;
11 @interface PLThumbnailTableCell
: UITableCell
13 NSMutableArray
*_slideImages
;
15 struct CGImage
*_cgImage
;
16 UIView
*_highlightView
;
18 BOOL _trackingHighlight
;
21 - (id
)initWithSize
:(struct CGSize
)fp8
;
24 - (id
)slideImageAtIndex
:(unsigned int)fp8
;
25 - (void)setSlideImage
:(id
)fp8 atIndex
:(unsigned int)fp12
;
26 - (void)setImage
:(id
)fp8
;
27 - (void)setNeedsDisplay
;
28 - (void)setNeedsDisplayInRect
:(struct CGRect
)fp8
;
29 - (void)setImageRef
:(struct CGImage
*)fp8
;
30 - (BOOL
)_canDrawContent
;
31 - (void)drawContentInRect
:(struct CGRect
)fp8 selected
:(BOOL
)fp24
;
32 - (void)_updateSelectedColumnWithEvent
:(struct __GSEvent
*)fp8
;
33 - (void)mouseDown
:(struct __GSEvent
*)fp8
;
34 - (void)mouseUp
:(struct __GSEvent
*)fp8
;
35 - (void)mouseDragged
:(struct __GSEvent
*)fp8
;
36 - (void)touchesBegan
:(id
)fp8 withEvent
:(id
)fp12
;
37 - (void)touchesMoved
:(id
)fp8 withEvent
:(id
)fp12
;
38 - (void)touchesEnded
:(id
)fp8 withEvent
:(id
)fp12
;
39 - (void)setSelected
:(BOOL
)fp8 withFade
:(BOOL
)fp12
;
40 - (void)setBackgroundColor
:(id
)fp8
;