]> git.saurik.com Git - iphone-api.git/blob - PhotoLibrary/PLLibraryTableCell.h
Add MobileSMS for NickP.
[iphone-api.git] / PhotoLibrary / PLLibraryTableCell.h
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 "UIImageAndTextTableCell.h"
8
9 @class UITextLabel;
10
11 @interface PLLibraryTableCell : UIImageAndTextTableCell
12 {
13 UITextLabel *_countLabel;
14 }
15
16 + (id)defaultTitleFont;
17 - (id)initWithSize:(struct CGSize)fp8 value:(id)fp16 image:(id)fp20;
18 - (void)dealloc;
19 - (struct CGPoint)iconInset;
20 - (void)updateHighlightColors;
21 - (void)layoutSubviews;
22 - (void)setPhotoCount:(int)fp8;
23
24 @end
25