]> git.saurik.com Git - iphone-api.git/blame - PhotoLibrary/ThumbnailTableCell.h
Add MobileSMS for NickP.
[iphone-api.git] / PhotoLibrary / ThumbnailTableCell.h
CommitLineData
491070e3
JF
1/*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7#import <UIKit/UITableCell.h>
8
9@class NSMutableArray, UIImage, UIView;
10
11@interface ThumbnailTableCell : UITableCell
12{
13 id _delegate;
14 NSMutableArray *_slideImages;
15 UIImage *_image;
16 struct CGImage *_cgImage;
17 UIView *_highlightView;
18 int _highlightPhoto;
19 BOOL _trackingHighlight;
20}
21
22- (id)initWithSize:(struct CGSize)fp8;
23- (void)dealloc;
24- (id)selectedImage;
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;
40
41@end
42