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/UITableCell.h>
9 @
class NSMutableArray
, UIImage
, UIView
;
11 @interface ThumbnailTableCell
: UITableCell
14 NSMutableArray
*_slideImages
;
16 struct CGImage
*_cgImage
;
17 UIView
*_highlightView
;
19 BOOL _trackingHighlight
;
22 - (id
)initWithSize
:(struct CGSize
)fp8
;
25 - (id
)slideImageAtIndex
:(unsigned int)fp8
;
26 - (void)setSlideImage
:(id
)fp8 atIndex
:(unsigned int)fp12
;
27 - (void)setImage
:(id
)fp8
;
28 - (void)setNeedsDisplay
;
29 - (void)setNeedsDisplayInRect
:(struct CGRect
)fp8
;
30 - (void)setImageRef
:(struct CGImage
*)fp8
;
31 - (BOOL
)_canDrawContent
;
32 - (void)drawContentInRect
:(struct CGRect
)fp8 selected
:(BOOL
)fp24
;
33 - (void)setDelegate
:(id
)fp8
;
34 - (void)_updateSelectedColumnWithEvent
:(struct __GSEvent
*)fp8
;
35 - (void)mouseDown
:(struct __GSEvent
*)fp8
;
36 - (void)mouseUp
:(struct __GSEvent
*)fp8
;
37 - (void)mouseDragged
:(struct __GSEvent
*)fp8
;
38 - (void)setSelected
:(BOOL
)fp8 withFade
:(BOOL
)fp12
;
39 - (void)setBackgroundColor
:(struct CGColor
*)fp8
;