]>
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; | |
10 | ||
11 | @interface SBStatusBarOperatorNameView : SBStatusBarContentView | |
12 | { | |
13 | float _letterSpacing; | |
14 | NSString *_operatorName; | |
15 | BOOL _fullSize; | |
16 | } | |
17 | ||
18 | - (id)initWithOperatorName:(id)fp8; | |
19 | - (void)dealloc; | |
20 | - (id)operatorNameStyle; | |
21 | - (void)drawRect:(struct CGRect)fp8; | |
22 | - (float)calculateLetterSpacingForOperatorName:(id)fp8; | |
23 | - (id)operatorName; | |
24 | - (void)setOperatorName:(id)fp8 fullSize:(BOOL)fp12; | |
25 | ||
26 | @end | |
27 |