]> git.saurik.com Git - iphone-api.git/blame_incremental - PhotoLibrary/PLThumbnailTableCell.h
Add MobileSMS for NickP.
[iphone-api.git] / PhotoLibrary / PLThumbnailTableCell.h
... / ...
CommitLineData
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 "UITableCell.h"
8
9@class NSMutableArray, UIImage, UIView;
10
11@interface PLThumbnailTableCell : UITableCell
12{
13 NSMutableArray *_slideImages;
14 UIImage *_image;
15 struct CGImage *_cgImage;
16 UIView *_highlightView;
17 int _highlightPhoto;
18 BOOL _trackingHighlight;
19}
20
21- (id)initWithSize:(struct CGSize)fp8;
22- (void)dealloc;
23- (id)selectedImage;
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;
41
42@end
43