]> git.saurik.com Git - iphone-api.git/blame - SpringBoard-2.1/SBCalendarAlertItem.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / SpringBoard-2.1 / SBCalendarAlertItem.h
CommitLineData
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@class NSString;
10
11@interface SBCalendarAlertItem : SBAlertItem
12{
13 double _date;
14 NSString *_title;
15 NSString *_location;
16 int _eventId;
17 BOOL _isAllDay;
18}
19
20+ (void)registerForAlerts;
21+ (void)alarmsDidFire:(id)fp8;
22+ (void)significantTimeChange;
23- (id)initWithDate:(double)fp8 title:(id)fp16 location:(id)fp20 eventId:(int)fp24 isAllDay:(BOOL)fp28;
24- (void)dealloc;
25- (id)_dayString:(BOOL)fp8;
26- (id)_timeString;
27- (id)_dateString:(BOOL)fp8;
28- (void)configure:(BOOL)fp8 requirePasscodeForActions:(BOOL)fp12;
29- (id)lockLabel;
30- (void)didPresentAlertSheet:(id)fp8;
31- (void)revealEvent;
32- (void)alertSheet:(id)fp8 buttonClicked:(int)fp12;
33- (void)performUnlockAction;
34- (BOOL)shouldShowInEmergencyCall;
35- (BOOL)willShowInAwayItems;
36- (id)awayItem;
37
38@end
39