]> git.saurik.com Git - iphone-api.git/blob - PhotoLibrary/LibraryTableCell.h
Add some extra comments that only saurik wants to see.
[iphone-api.git] / PhotoLibrary / LibraryTableCell.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 <UIKit/UIImageAndTextTableCell.h>
8
9 @class UITextLabel;
10
11 @interface LibraryTableCell : UIImageAndTextTableCell
12 {
13 UITextLabel *_countLabel;
14 }
15
16 + (struct __GSFont *)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