]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBPlatformController.h
This one only took me maybe a half hour to find.
[iphone-api.git] / SpringBoard-2.1 / SBPlatformController.h
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 - (BOOL)hasRestriction:(id)fp8;
27 - (BOOL)canTakePhoto;
28 - (id)platformName;
29 - (id)iconState;
30 - (BOOL)matchesPlatforms:(id)fp8;
31 - (id)localizedPlatformName;
32 - (BOOL)isInternalInstall;
33
34 @end
35