]> git.saurik.com Git - iphone-api.git/blob - UIKit/UISectionHeaderCell.h
Added some SpringBoardServices work from ashikase.
[iphone-api.git] / UIKit / UISectionHeaderCell.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/UIView.h>
8
9 @class NSString;
10
11 @interface UISectionHeaderCell : UIView
12 {
13 NSString *_title;
14 struct {
15 unsigned int style:1;
16 unsigned int reserved:31;
17 } _sectionHeaderCellFlags;
18 }
19
20 + (id)defaultTitleFont;
21 - (id)initWithFrame:(struct CGRect)fp8;
22 - (void)dealloc;
23 - (void)setStyle:(int)fp8;
24 - (struct CGRect)_rectForTitle:(id)fp8;
25 - (void)setTitle:(id)fp8;
26 - (void)drawTitle:(id)fp8 withColor:(id)fp12 withShadowColor:(id)fp16 inRect:(struct CGRect)fp20;
27 - (void)drawTitle:(id)fp8 inRect:(struct CGRect)fp12;
28 - (void)drawRect:(struct CGRect)fp8;
29 - (id)title;
30 - (BOOL)isEqualToView:(id)fp8;
31 - (BOOL)_shouldTryPromoteDescendantToFirstResponder;
32 - (void)mouseUp:(struct __GSEvent *)fp8;
33
34 @end
35