]> git.saurik.com Git - iphone-api.git/blame - PhotoLibrary/PLLibraryTableCell.h
Commit the SpringBoard folder (for WinterBoard).
[iphone-api.git] / PhotoLibrary / PLLibraryTableCell.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 "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