]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBCalendarController.h
This one only took me maybe a half hour to find.
[iphone-api.git] / SpringBoard-2.1 / SBCalendarController.h
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 "NSObject.h"
8
9 @interface SBCalendarController : NSObject
10 {
11 struct __CFDateFormatter *_dayFormatter;
12 struct __CFDate *_lastScheduledWake;
13 int _unreadInvitationCount;
14 struct CalEventExpirationMonitor *_expirationMonitor;
15 struct CalAlarmEngine *_alarmEngine;
16 struct CalDatabase *_database;
17 }
18
19 + (id)sharedInstance;
20 - (id)init;
21 - (void)dealloc;
22 - (void)_finishInitialization;
23 - (void)_databaseChanged:(id)fp8;
24 - (void)_unreadInvitationsExpired:(id)fp8;
25 - (void)_setInvitationUnreadCount:(int)fp8;
26 - (int)unreadInvitationCount;
27 - (void)_alertForInvitations;
28 - (void)_alarmsDidSchedule:(id)fp8;
29 - (void)_adjustOnWake;
30 - (void)_didWakeFromSleep;
31 - (void)_alarmsDidFire:(id)fp8;
32 - (void)_checkForTimeZoneIfNecessary;
33 - (void)_significantTimeChange;
34 - (void)_newSIM:(id)fp8;
35 - (id)_stringForDay:(CDAnonymousStruct1)fp8 withLongFormatString:(id)fp24 useAbbreviatedFormats:(BOOL)fp28;
36 - (id)stringForDay:(CDAnonymousStruct1)fp8 withLongFormatString:(id)fp24;
37 - (id)abbreviatedStringForDay:(CDAnonymousStruct1)fp8 withLongFormatString:(id)fp24;
38 - (void)playAlertSound;
39
40 @end
41