]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.0/SBTVOutController.h
Commit the SpringBoard folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.0 / SBTVOutController.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 @interface SBTVOutController : NSObject
10 {
11 int _tvOutMode;
12 }
13
14 + (id)sharedInstance;
15 - (id)init;
16 - (void)dealloc;
17 - (void)setIntialTVModeIfNeeded;
18 - (void)updateLayerKitSettings;
19 - (void)updateSettings;
20 - (int)tvOutMode;
21 - (void)setTvOutMode:(int)fp8;
22
23 @end
24