]> git.saurik.com Git - iphone-api.git/blame - SpringBoard-2.1/SBInfoBubble.h
This one only took me maybe a half hour to find.
[iphone-api.git] / SpringBoard-2.1 / SBInfoBubble.h
CommitLineData
298474e0
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 "UIView.h"
8
9@class NSString, UIProgressIndicator, UIPushButton;
10
11@interface SBInfoBubble : UIView
12{
13 NSString *_title;
14 NSString *_string;
15 struct CGRect _titleRect;
16 struct CGRect _stringRect;
17 UIPushButton *_backspace;
18 UIProgressIndicator *_progressIndicator;
19}
20
21- (id)initWithTitle:(id)fp8 string:(id)fp12;
22- (void)dealloc;
23- (struct CGRect)_progressRect;
24- (void)showProgressIndicator:(BOOL)fp8;
25- (void)showBackspace:(BOOL)fp8;
26- (void)highlight:(id)fp8;
27- (void)unhighlight:(id)fp8;
28- (void)backspace:(id)fp8;
29- (void)resize;
30- (void)setTitle:(id)fp8 string:(id)fp12;
31- (id)title;
32- (void)setTitle:(id)fp8;
33- (void)drawRect:(struct CGRect)fp8;
34
35@end
36