]> git.saurik.com Git - iphone-api.git/blob - TelephonyUI/TPBottomButtonBar.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / TelephonyUI / TPBottomButtonBar.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 <TelephonyUI/TPBottomBar.h>
8
9 @class TPPushButton;
10
11 @interface TPBottomButtonBar : TPBottomBar
12 {
13 id _delegate;
14 TPPushButton *_button;
15 }
16
17 - (id)initForIncomingCallWaitingWithFrame:(struct CGRect)fp8;
18 - (id)initForEndCallWithFrame:(struct CGRect)fp8;
19 - (id)initForTTYWithFrame:(struct CGRect)fp8;
20 - (void)dealloc;
21 - (void)setButton:(id)fp8;
22 - (id)button;
23
24 #if 1 // iOS 5.0
25 - (void)setButton:(id)fp8 andStyle:(int)style;
26 #endif
27
28 @end
29