+/*
+ * Generated by class-dump 3.1.2.
+ *
+ * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import "NSObject.h"
+
+@class ABRingtoneManager, AVController, NSMutableArray, NSString;
+
+@interface ABRingtoneTableController : NSObject
+{
+ id _delegate;
+ NSMutableArray *_systemRingtoneIdentifiers;
+ NSMutableArray *_customRingtoneIdentifiers;
+ int _selectedRingtoneIndex;
+ BOOL _showsNone;
+ BOOL _showsDefault;
+ NSString *_noneString;
+ void *_person;
+ ABRingtoneManager *_ringtoneManager;
+ AVController *_avController;
+ BOOL _startedInteruption;
+ BOOL _customAVController;
+}
+
+- (id)init;
+- (id)initWithAVController:(id)fp8;
+- (void)dealloc;
+- (void)addRingtonesInDirectory:(id)fp8 toArray:(id)fp12 fileExtension:(id)fp16;
+- (int)compareRingtoneWithIdentifier:(id)fp8 toRingtoneWithIdentifier:(id)fp12;
+- (int)tableGroupTypeAtIndex:(int)fp8;
+- (id)identifierOfRingtoneAtIndex:(int)fp8 isCustomRingtone:(char *)fp12;
+- (int)indexOfRingtoneWithIdentifier:(id)fp8;
+- (int)indexOfRingtoneInGroup:(int)fp8 atRow:(int)fp12;
+- (int)rowIndexForRingtoneAtIndex:(int)fp8 inTable:(id)fp12;
+- (void)reloadRingtones;
+- (void)setDelegate:(id)fp8;
+- (void)setSelectedRingtoneIdentifier:(id)fp8;
+- (id)selectedRingtoneIdentifier;
+- (int)indexOfSelectedRingtone;
+- (id)ringtoneManager;
+- (void)setShowsDefault:(BOOL)fp8;
+- (void)setShowsNone:(BOOL)fp8;
+- (void)setNoneString:(id)fp8;
+- (void)setPerson:(void *)fp8;
+- (void *)person;
+- (void)processNewRingtoneSelected:(id)fp8;
+- (void)tableRowSelected:(id)fp8;
+- (int)numberOfGroupsInPreferencesTable:(id)fp8;
+- (int)preferencesTable:(id)fp8 numberOfRowsInGroup:(int)fp12;
+- (id)copyCurrentPhoneRingtoneName;
+- (id)copyCurrentPhoneRingtoneIdentifier;
+- (id)preferencesTable:(id)fp8 cellForRow:(int)fp12 inGroup:(int)fp16;
+- (BOOL)preferencesTable:(id)fp8 isRadioGroup:(int)fp12;
+- (id)preferencesTable:(id)fp8 titleForGroup:(int)fp12;
+- (void)setAVController:(id)fp8;
+- (id)avController;
+- (void)togglePlayWithRingtoneWithIdentifier:(id)fp8;
+- (void)playRingtoneWithIdentifier:(id)fp8;
+- (void)stopPlayingWithFadeOut:(BOOL)fp8;
+- (void)stopPlaying;
+- (void)finishedWithPicker;
+
+@end
+