]>
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 | @class NSMutableDictionary, NSString; | |
10 | ||
11 | @interface SBPlatformController : NSObject | |
12 | { | |
13 | NSString *_currentConfigurationName; | |
14 | NSMutableDictionary *_currentConfiguration; | |
15 | NSMutableDictionary *_currentCapabilities; | |
16 | } | |
17 | ||
18 | + (id)sharedInstance; | |
19 | - (id)init; | |
20 | - (void)dealloc; | |
21 | - (id)systemBuildVersion; | |
22 | - (id)infoForCapability:(id)fp8; | |
23 | - (void)setInfo:(id)fp8 forCapability:(id)fp12; | |
24 | - (void)addCapabilities:(id)fp8 removeCapabilities:(id)fp12; | |
25 | - (BOOL)hasCapability:(id)fp8; | |
26 | - (id)platformName; | |
27 | - (id)iconState; | |
28 | - (BOOL)matchesPlatforms:(id)fp8; | |
29 | - (id)localizedPlatformName; | |
30 | - (BOOL)isInternalInstall; | |
31 | ||
32 | @end | |
33 |