]>
git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBInfoBubble.h
2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @
class NSString
, UIProgressIndicator
, UIPushButton
;
11 @interface SBInfoBubble
: UIView
15 struct CGRect _titleRect
;
16 struct CGRect _stringRect
;
17 UIPushButton
*_backspace
;
18 UIProgressIndicator
*_progressIndicator
;
21 - (id
)initWithTitle
:(id
)fp8 string
:(id
)fp12
;
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
;
30 - (void)setTitle
:(id
)fp8 string
:(id
)fp12
;
32 - (void)setTitle
:(id
)fp8
;
33 - (void)drawRect
:(struct CGRect
)fp8
;