]> git.saurik.com Git - iphone-api.git/blob - SpringBoardUI/SBAwayViewPluginController.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / SpringBoardUI / SBAwayViewPluginController.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 <Foundation/NSObject.h>
8
9 @class UIView;
10
11 @interface SBAwayViewPluginController : NSObject
12 {
13 UIView *_view;
14 }
15
16 + (void)enableBundleNamed:(id)fp8;
17 + (void)disableBundleNamed:(id)fp8;
18 - (void)dealloc;
19 - (id)view;
20 - (void)setView:(id)fp8;
21 - (void)loadView;
22 - (void)purgeView;
23 - (void)viewWillAppear:(BOOL)fp8;
24 - (void)viewDidAppear:(BOOL)fp8;
25 - (void)viewWillDisappear:(BOOL)fp8;
26 - (void)viewDidDisappear:(BOOL)fp8;
27 - (void)disable;
28 - (int)pluginPriority;
29 - (BOOL)animateResumingToApplicationWithIdentifier:(id)fp8;
30 - (BOOL)showAwayItems;
31 - (BOOL)handleMenuButtonTap;
32 - (BOOL)handleMenuButtonDoubleTap;
33 - (BOOL)handleMenuButtonHeld;
34 - (BOOL)handleGesture:(int)fp8 fingerCount:(unsigned int)fp12;
35
36 @end
37