]>
Commit | Line | Data |
---|---|---|
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 "NSObject.h" | |
8 | ||
9 | @class NSDictionary; | |
10 | ||
11 | @interface ABRingtoneManager : NSObject | |
12 | { | |
13 | NSDictionary *_nameForIdentifier; | |
14 | NSDictionary *_pathForIdentifier; | |
15 | NSDictionary *_identifierForPath; | |
16 | NSDictionary *_additionalInformation; | |
17 | id _delegate; | |
18 | BOOL _showRingtones; | |
19 | } | |
20 | ||
21 | + (id)iTunesRingtoneDirectory; | |
22 | + (id)systemRingtoneDirectory; | |
23 | + (id)userRingtoneDirectory; | |
24 | + (id)systemAlarmSoundDirectory; | |
25 | + (id)sharedRingtoneManager; | |
26 | - (id)init; | |
27 | - (id)initWithAlarmSoundPlistAtPath:(id)fp8; | |
28 | - (id)initWithITunesRingtonePlistAtPath:(id)fp8; | |
29 | - (void)dealloc; | |
30 | - (BOOL)shouldShowRingtones; | |
31 | - (BOOL)shouldShowAlarmSounds; | |
32 | - (void)setDelegate:(id)fp8; | |
33 | - (void)loadITunesInfoPlistAtPath:(id)fp8; | |
34 | - (void)loadAlarmSoundPlistAtPath:(id)fp8; | |
35 | - (void)iTunesSyncRequestedStart; | |
36 | - (void)iTunesSyncHasCompleted:(int)fp8; | |
37 | - (id)defaultRingtoneIdentifier; | |
38 | - (id)defaultRingtoneName; | |
39 | - (id)defaultRingtonePath; | |
40 | - (id)localizedRingtoneNameWithIdentifier:(id)fp8; | |
41 | - (id)pathFromIdentifier:(id)fp8 withPrefix:(id)fp12; | |
42 | - (id)nameFromRingtonePath:(id)fp8; | |
43 | - (id)copyNameOfRingtoneWithIdentifier:(id)fp8; | |
44 | - (id)copyNameOfRingtoneWithIdentifier:(id)fp8 isValid:(char *)fp12; | |
45 | - (id)copyPathOfRingtoneWithIdentifier:(id)fp8; | |
46 | - (id)copyPathOfRingtoneWithIdentifier:(id)fp8 isValid:(char *)fp12; | |
47 | - (id)copyIdentifierForRingtoneAtPath:(id)fp8 isValid:(char *)fp12; | |
48 | - (id)createAVItemWithRingtoneIdentifier:(id)fp8; | |
49 | ||
50 | @end | |
51 |