]>
git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/Alarm.h
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 NSCalendarDate
, NSString
;
11 @interface Alarm
: NSObject
13 unsigned int _alarmHour
;
14 unsigned int _alarmMinute
;
16 NSString
*_alarmSoundIdentifier
;
17 NSString
*_alarmTitle
;
18 NSCalendarDate
*_snoozeUntilDate
;
19 unsigned int _isActive
:1;
20 unsigned int _repeats
:1;
21 unsigned int _allowsSnooze
:1;
22 unsigned int _dontSendUpdate
:1;
23 unsigned int _dontStopSnoozing
:1;
24 unsigned int _reserved
:27;
30 - (id
)_initWithDictionary
:(id
)fp8
;
31 - (id
)_prefsDictionary
;
33 - (BOOL
)alarmTimesEqualTo
:(id
)fp8
;
34 - (void)setAlarmHour
:(unsigned int)fp8 minute
:(unsigned int)fp12
;
35 - (void)getAlarmHour
:(unsigned int *)fp8 minute
:(unsigned int *)fp12
;
36 - (id
)_fireDateAfterDate
:(id
)fp8
;
37 - (void)setActive
:(BOOL
)fp8
;
39 - (void)setRepeats
:(BOOL
)fp8
;
41 - (void)setDaySetting
:(int)fp8
;
43 - (void)setAllowsSnooze
:(BOOL
)fp8
;
46 - (void)startSnoozingFromDate
:(id
)fp8
;
48 - (id
)_snoozeUntilDate
;
49 - (void)setAlarmSoundIdentifier
:(id
)fp8
;
50 - (id
)alarmSoundIdentifier
;
51 - (void)setAlarmTitle
:(id
)fp8
;
53 - (void)_activateAlertItem
;