]> git.saurik.com Git - iphone-api.git/blame - Preferences/PSImageCell.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / Preferences / PSImageCell.h
CommitLineData
7b30b292
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 <Preferences/PSTableCell.h>
8
9@class UIImageView;
10
11@interface PSImageCell : PSTableCell
12{
13 UIImageView *_imageView;
14}
15
16- (void)setImageView:(id)fp8;
17- (void)drawTitleInRect:(struct CGRect)fp8 selected:(BOOL)fp24;
18
19@end
20