]> git.saurik.com Git - iphone-api.git/blob - MediaPlayer/MPPortraitTransportControls.h
Some changes to compile WinterBoard with clang++.
[iphone-api.git] / MediaPlayer / MPPortraitTransportControls.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 <MediaPlayer/MPTransportControls.h>
8
9 @class UIImageView;
10
11 @interface MPPortraitTransportControls : MPTransportControls
12 {
13 UIImageView *_backgroundView;
14 }
15
16 + (float)defaultHeight;
17 - (id)init;
18 - (void)dealloc;
19 - (void)layoutSubviews;
20 - (id)createVolumeSlider;
21 - (void)reloadForAdditions:(id)fp8 removals:(id)fp12 animate:(BOOL)fp16;
22 - (void)_layoutBasicParts;
23 - (void)_layoutComplexParts;
24 - (struct CGSize)sizeThatFits:(struct CGSize)fp8;
25
26 @end
27