]> git.saurik.com Git - iphone-api.git/blob - UIKit/UITableViewCellUnhighlightedState.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UITableViewCellUnhighlightedState.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 <Foundation/NSObject.h>
8
9 @class UIColor;
10
11 @interface UITableViewCellUnhighlightedState : NSObject
12 {
13 BOOL _opaque;
14 BOOL _highlighted;
15 UIColor *_backgroundColor;
16 }
17
18 - (void)dealloc;
19 - (id)backgroundColor;
20 - (void)setBackgroundColor:(id)fp8;
21 - (BOOL)highlighted;
22 - (void)setHighlighted:(BOOL)fp8;
23 - (BOOL)opaque;
24 - (void)setOpaque:(BOOL)fp8;
25
26 @end
27