2  *     Generated by class-dump 3.1.2. 
   4  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. 
   9 @
class ABRingtoneManager
, AVController
, NSMutableArray
, NSString
; 
  11 @interface ABRingtoneTableController 
: NSObject
 
  14     NSMutableArray 
*_systemRingtoneIdentifiers
; 
  15     NSMutableArray 
*_customRingtoneIdentifiers
; 
  16     int _selectedRingtoneIndex
; 
  19     NSString 
*_noneString
; 
  21     ABRingtoneManager 
*_ringtoneManager
; 
  22     AVController 
*_avController
; 
  23     BOOL _startedInteruption
; 
  24     BOOL _customAVController
; 
  28 - (id
)initWithAVController
:(id
)fp8
; 
  30 - (void)addRingtonesInDirectory
:(id
)fp8 toArray
:(id
)fp12 fileExtension
:(id
)fp16
; 
  31 - (int)compareRingtoneWithIdentifier
:(id
)fp8 toRingtoneWithIdentifier
:(id
)fp12
; 
  32 - (int)tableGroupTypeAtIndex
:(int)fp8
; 
  33 - (id
)identifierOfRingtoneAtIndex
:(int)fp8 isCustomRingtone
:(char *)fp12
; 
  34 - (int)indexOfRingtoneWithIdentifier
:(id
)fp8
; 
  35 - (int)indexOfRingtoneInGroup
:(int)fp8 atRow
:(int)fp12
; 
  36 - (int)rowIndexForRingtoneAtIndex
:(int)fp8 inTable
:(id
)fp12
; 
  37 - (void)reloadRingtones
; 
  38 - (void)setDelegate
:(id
)fp8
; 
  39 - (void)setSelectedRingtoneIdentifier
:(id
)fp8
; 
  40 - (id
)selectedRingtoneIdentifier
; 
  41 - (int)indexOfSelectedRingtone
; 
  42 - (id
)ringtoneManager
; 
  43 - (void)setShowsDefault
:(BOOL
)fp8
; 
  44 - (void)setShowsNone
:(BOOL
)fp8
; 
  45 - (void)setNoneString
:(id
)fp8
; 
  46 - (void)setPerson
:(void *)fp8
; 
  48 - (void)processNewRingtoneSelected
:(id
)fp8
; 
  49 - (void)tableRowSelected
:(id
)fp8
; 
  50 - (int)numberOfGroupsInPreferencesTable
:(id
)fp8
; 
  51 - (int)preferencesTable
:(id
)fp8 numberOfRowsInGroup
:(int)fp12
; 
  52 - (id
)copyCurrentPhoneRingtoneName
; 
  53 - (id
)copyCurrentPhoneRingtoneIdentifier
; 
  54 - (id
)preferencesTable
:(id
)fp8 cellForRow
:(int)fp12 inGroup
:(int)fp16
; 
  55 - (BOOL
)preferencesTable
:(id
)fp8 isRadioGroup
:(int)fp12
; 
  56 - (id
)preferencesTable
:(id
)fp8 titleForGroup
:(int)fp12
; 
  57 - (void)setAVController
:(id
)fp8
; 
  59 - (void)togglePlayWithRingtoneWithIdentifier
:(id
)fp8
; 
  60 - (void)playRingtoneWithIdentifier
:(id
)fp8
; 
  61 - (void)stopPlayingWithFadeOut
:(BOOL
)fp8
; 
  63 - (void)finishedWithPicker
;