]>
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 | @class NSString; | |
10 | ||
11 | @interface SBInvitationAlertItem : SBAlertItem | |
12 | { | |
13 | NSString *_title; | |
14 | NSString *_organizer; | |
15 | double _startDate; | |
16 | double _endDate; | |
17 | int _eventId; | |
18 | BOOL _allDay; | |
19 | BOOL _floats; | |
20 | int _count; | |
21 | int _status; | |
22 | } | |
23 | ||
24 | + (id)activeInvitationAlertItems; | |
25 | + (void)_addActiveItem:(id)fp8; | |
26 | + (void)_removeActiveItem:(id)fp8; | |
27 | + (void)registerForAlerts; | |
28 | + (void)_significantTimeChange; | |
29 | + (struct __CFDateFormatter *)_customFormatter; | |
30 | - (id)init; | |
31 | - (id)initWithCount:(int)fp8; | |
32 | - (id)initWithTitle:(id)fp8 organizerName:(id)fp12 startDate:(double)fp16 endDate:(double)fp24 floats:(BOOL)fp32 allDay:(BOOL)fp36 eventId:(int)fp40 status:(int)fp44; | |
33 | - (void)dealloc; | |
34 | - (void)didDeactivateForReason:(int)fp8; | |
35 | - (int)eventId; | |
36 | - (int)count; | |
37 | - (int)status; | |
38 | - (id)_stringForTime:(CDAnonymousStruct1)fp8; | |
39 | - (id)_stringForDateTime:(CDAnonymousStruct1)fp8 timeZone:(struct __CFTimeZone *)fp24; | |
40 | - (id)_dateString; | |
41 | - (void)configure:(BOOL)fp8 requirePasscodeForActions:(BOOL)fp12; | |
42 | - (id)lockLabel; | |
43 | - (void)didPresentAlertSheet:(id)fp8; | |
44 | - (void)revealEvent; | |
45 | - (void)alertSheet:(id)fp8 buttonClicked:(int)fp12; | |
46 | - (void)performUnlockAction; | |
47 | - (BOOL)shouldShowInEmergencyCall; | |
48 | - (BOOL)willShowInAwayItems; | |
49 | ||
50 | @end | |
51 |