]>
Commit | Line | Data |
---|---|---|
298474e0 JF |
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 "SBAlertItem.h" | |
8 | ||
9 | #import "UIModalViewDelegate-Protocol.h" | |
10 | ||
11 | @class SBVODAlarm; | |
12 | ||
13 | @interface SBVODAlertItem : SBAlertItem <UIModalViewDelegate> | |
14 | { | |
15 | SBVODAlarm *_alarm; | |
16 | } | |
17 | ||
18 | + (id)activeAlertForAlarm:(id)fp8; | |
19 | - (void)dealloc; | |
20 | - (void)setAlarm:(id)fp8; | |
21 | - (void)configure:(BOOL)fp8 requirePasscodeForActions:(BOOL)fp12; | |
22 | - (BOOL)unlocksScreen; | |
23 | - (void)alertSheet:(id)fp8 buttonClicked:(int)fp12; | |
24 | - (void)screenWillUndim; | |
25 | - (void)willActivate; | |
26 | - (void)willDeactivateForReason:(int)fp8; | |
27 | - (void)_updateText; | |
28 | ||
29 | @end | |
30 |