]>
Commit | Line | Data |
---|---|---|
491070e3 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 "UIView.h" | |
8 | ||
9 | @class UINavigationBar, UIToolbar, UITransitionView; | |
10 | ||
11 | @interface PLBackgroundView : UIView | |
12 | { | |
13 | UINavigationBar *_navBar; | |
14 | int _barStyle; | |
15 | UITransitionView *_contentTransitionView; | |
16 | UIToolbar *_overlayButtonBar; | |
17 | UIView *_currentContentView; | |
18 | id _delegate; | |
19 | } | |
20 | ||
21 | - (int)barStyle; | |
22 | - (void)_setupButtonBars; | |
23 | - (id)initWithSize:(struct CGSize)fp8 fullScreen:(BOOL)fp16; | |
24 | - (void)dealloc; | |
25 | - (void)statusBarHeightDidChange:(id)fp8; | |
26 | - (void)setDelegate:(id)fp8; | |
27 | - (void)setDisplayingPhotoPicker:(BOOL)fp8; | |
28 | - (void)setCurrentContentView:(id)fp8; | |
29 | - (void)transitionViewDidComplete:(id)fp8; | |
30 | - (void)updateStatusBar; | |
31 | - (id)navigationBar; | |
32 | - (void)pushNavigationItem:(id)fp8; | |
33 | - (void)popNavigationItem; | |
34 | - (id)topItem; | |
35 | - (void)navigationBar:(id)fp8 pushedItem:(id)fp12; | |
36 | - (void)navigationBar:(id)fp8 poppedItem:(id)fp12; | |
37 | - (void)navigationBar:(id)fp8 buttonClicked:(int)fp12; | |
38 | - (id)buttonBar; | |
39 | - (id)buttonBarForItem:(id)fp8; | |
40 | - (void)playSlideshowClicked:(id)fp8; | |
41 | - (void)cancelButtonClicked:(id)fp8; | |
42 | ||
43 | @end | |
44 |