-
Notifications
You must be signed in to change notification settings - Fork 0
/
SBAssistantTourGuideView.h
45 lines (41 loc) · 1.38 KB
/
SBAssistantTourGuideView.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/**
* This header is generated by class-dump-z 0.2-0.
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
*
* Source: (null)
*/
#import "Springboard-Structs.h"
#import <XXUnknownSuperclass.h> // Unknown library
@class UIView, NSString, AFUIServerUtteranceView, AFUIUtteranceView, UITableView, UIImageView, UIButton, UILabel;
@interface SBAssistantTourGuideView : XXUnknownSuperclass {
AFUIServerUtteranceView* _utteranceView;
UIView* _clippingView;
UIImageView* _backgroundView;
UITableView* _domainTableView;
UITableView* _sectionTableView;
UIImageView* _topLineView;
UIImageView* _bottomLineView;
UIImageView* _topShadow;
UIImageView* _bottomShadow;
UIButton* _backButton;
UILabel* _domainLabel;
NSString* _serverUtteranceText;
BOOL _sectionShowing;
int _mode;
}
@property(readonly, assign, nonatomic) AFUIUtteranceView* utteranceView;
@property(readonly, assign, nonatomic) UITableView* domainTableView;
@property(readonly, assign, nonatomic) UITableView* sectionTableView;
@property(readonly, assign, nonatomic) UIButton* backButton;
@property(assign, nonatomic) int mode;
-(id)initWithFrame:(CGRect)frame;
-(void)dealloc;
-(CGSize)sizeThatFits:(CGSize)fits;
-(void)layoutSubviews;
-(float)utteranceHeight;
-(void)_updateUtteranceText;
-(void)setUtteranceText:(id)text;
-(void)showDisplay:(int)display;
-(void)setDomainName:(id)name;
-(void)setFrame:(CGRect)frame;
@end