]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBSoundPreferences.h
I can't believe I wasted an entire day on this.
[iphone-api.git] / SpringBoard-2.1 / SBSoundPreferences.h
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 @interface SBSoundPreferences : NSObject
8 {
9 }
10
11 + (void)userDefaultsDidChanged:(id)fp8;
12 + (id)calendarAlarmPath;
13 + (id)ringtoneIdentifier;
14 + (id)ringtonePath;
15 + (BOOL)playLockSound;
16 + (id)vibratePattern;
17 + (BOOL)vibrateWhenRinging;
18 + (BOOL)vibrateWhenSilent;
19 + (BOOL)shouldVibrateForCurrentRingerState;
20
21 @end
22