]>
Commit | Line | Data |
---|---|---|
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 "SBStatusBarContentView.h" | |
8 | ||
9 | @class NSString, SBStatusBarOperatorNameView, UIImage; | |
10 | ||
11 | @interface SBStatusBarCarrierView : SBStatusBarContentView | |
12 | { | |
13 | UIImage *_operatorIcon; | |
14 | SBStatusBarOperatorNameView *_operatorNameView; | |
15 | NSString *_operatorName; | |
16 | BOOL _operatorNameIsLooping; | |
17 | } | |
18 | ||
19 | - (id)init; | |
20 | - (void)dealloc; | |
21 | - (void)start; | |
22 | - (void)stop; | |
23 | - (void)clearLastOperatorNameLooped; | |
24 | - (void)loopOperatorNameToBeginning:(id)fp8 didFinish:(id)fp12; | |
25 | - (void)loopOperatorNameToEnd; | |
26 | - (void)finishedLoopingOperatorName:(id)fp8 didFinish:(id)fp12; | |
27 | - (void)startOperatorNameLooping:(id)fp8; | |
28 | - (void)loopIfNecessary; | |
29 | - (void)_setOperatorName:(id)fp8; | |
30 | - (void)setOperatorName:(id)fp8; | |
31 | - (id)_imageForOperatorName:(id)fp8 statusBarIsFullScreenOpaque:(BOOL)fp12; | |
32 | - (id)operatorIconForName:(id)fp8; | |
33 | - (struct CGSize)defaultSize; | |
34 | - (void)operatorNameChanged; | |
35 | - (void)operatorBundleChanged; | |
36 | ||
37 | @end | |
38 |