]> git.saurik.com Git - iphone-api.git/blame_incremental - UIKit/UITableColumn.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UITableColumn.h
... / ...
CommitLineData
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 NSString;
10
11@interface UITableColumn : NSObject
12{
13 NSString *_identifier;
14 NSString *_title;
15 float _width;
16}
17
18- (id)initWithTitle:(id)fp8 identifier:(id)fp12 width:(float)fp16;
19- (void)dealloc;
20- (id)title;
21- (void)setTitle:(id)fp8;
22- (void)setIdentifier:(id)fp8;
23- (id)identifier;
24- (float)width;
25- (void)setWidth:(float)fp8;
26
27@end
28