00001
00002
00003
00004
00005
00006
00007 #import "UIView.h"
00008
00009 @class ABRingtoneTableController, UIPreferencesTable;
00010
00011 @interface ABRingtonePicker : UIView
00012 {
00013 UIPreferencesTable *_table;
00014 ABRingtoneTableController *_tableController;
00015 id _delegate;
00016 }
00017
00018 - (id)initWithFrame:(struct CGRect)fp8 avController:(id)fp24;
00019 - (id)initWithFrame:(struct CGRect)fp8;
00020 - (void)dealloc;
00021 - (void)_reloadData;
00022 - (void)setAVController:(id)fp8;
00023 - (void)setShowsDefault:(BOOL)fp8;
00024 - (void)setShowsNone:(BOOL)fp8;
00025 - (void)setNoneString:(id)fp8;
00026 - (void)setDelegate:(id)fp8;
00027 - (void)buildUIWithAVController:(id)fp8;
00028 - (void)ringtoneManagerContentsChanged:(id)fp8;
00029 - (void)setSelectedRingtoneIdentifier:(id)fp8;
00030 - (id)selectedRingtoneIdentifier;
00031 - (void)setPerson:(struct CPRecord *)fp8;
00032 - (struct CPRecord *)person;
00033 - (void)displayScrollerIndicators;
00034 - (void)stopPlaying;
00035 - (void)stopPlayingWithFadeOut:(BOOL)fp8;
00036 - (void)finishedWithPicker;
00037 - (void)ringtoneTableController:(id)fp8 selectedRingtoneWithIdentifier:(id)fp12;
00038 - (void)ringtoneTableController:(id)fp8 willPlayRingtoneWithIdentifier:(id)fp12;
00039
00040 @end
00041