]>
Commit | Line | Data |
---|---|---|
2cd8f71b 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 ABRingtoneTableController, UIPreferencesTable; | |
10 | ||
11 | @interface ABRingtonePicker : UIView | |
12 | { | |
13 | UIPreferencesTable *_table; | |
14 | ABRingtoneTableController *_tableController; | |
15 | id _delegate; | |
16 | } | |
17 | ||
18 | - (id)initWithFrame:(struct CGRect)fp8; | |
19 | - (id)initWithFrame:(struct CGRect)fp8 avController:(id)fp24; | |
20 | - (void)dealloc; | |
21 | - (void)_reloadData; | |
22 | - (void)setAVController:(id)fp8; | |
23 | - (void)setShowsDefault:(BOOL)fp8; | |
24 | - (void)setShowsNone:(BOOL)fp8; | |
25 | - (void)setNoneString:(id)fp8; | |
26 | - (void)setDelegate:(id)fp8; | |
27 | - (void)buildUIWithAVController:(id)fp8; | |
28 | - (void)ringtoneManagerContentsChanged:(id)fp8; | |
29 | - (void)setSelectedRingtoneIdentifier:(id)fp8; | |
30 | - (id)selectedRingtoneIdentifier; | |
31 | - (void)setPerson:(void *)fp8; | |
32 | - (void *)person; | |
33 | - (void)displayScrollerIndicators; | |
34 | - (void)stopPlaying; | |
35 | - (void)stopPlayingWithFadeOut:(BOOL)fp8; | |
36 | - (void)finishedWithPicker; | |
37 | - (void)ringtoneTableController:(id)fp8 selectedRingtoneWithIdentifier:(id)fp12; | |
38 | - (void)ringtoneTableController:(id)fp8 willPlayRingtoneWithIdentifier:(id)fp12; | |
39 | ||
40 | @end | |
41 |