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 NSMutableArray
, NSString
, NSTimer
;
11 @interface AlarmController
: NSObject
13 NSMutableArray
*_alarmList
;
15 NSMutableArray
*_alarmsToFire
;
16 unsigned int _readingAlarms
:1;
17 NSTimer
*_countDownTimer
;
18 double _countDownTime
;
19 NSString
*_countDownTimerSoundIdentifier
;
20 struct __CFDate
*_alarmWakeupDate
;
21 struct __CFDate
*_countdownWakeupDate
;
24 + (id
)sharedAlarmController
;
27 - (void)_alarmChanged
:(id
)fp8
;
28 - (void)_resetCountDownTime
;
31 - (unsigned int)addAlarm
:(id
)fp8
;
32 - (void)removeAlarmAtIndex
:(unsigned int)fp8
;
34 - (void)_scheduleAlarms
;
35 - (void)_alarmTimeReached
:(id
)fp8
;
36 - (void)setCountDownTime
:(double)fp8 withSoundIdentifier
:(id
)fp16
;
37 - (void)_countDownTimerFired
:(id
)fp8
;
38 - (void)_sleepTimerFired
:(id
)fp8
;
39 - (double)countDownTime
;
40 - (id
)countDownTimerSoundIdentifier
;
41 - (void)_wokeFromSleep
;