]>
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 "NSObject.h" | |
8 | ||
9 | @interface SBTetherController : NSObject | |
10 | { | |
11 | int _tetherState; | |
12 | } | |
13 | ||
14 | + (id)sharedInstance; | |
15 | - (BOOL)isTethered; | |
16 | - (void)noteInterfaceOrientationChanged; | |
17 | - (void)setDitheringEnabled:(int)fp8; | |
18 | - (void)updatePreferencesIfNeeded; | |
19 | ||
20 | @end | |
21 |