]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBAwayModel.h
Commit the SpringBoard folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.1 / SBAwayModel.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 @class NSMutableArray, SBAwayController;
10
11 @interface SBAwayModel : NSObject
12 {
13 SBAwayController *_controller;
14 NSMutableArray *_standardVMs;
15 NSMutableArray *_calls;
16 NSMutableArray *_SMSs;
17 NSMutableArray *_otherAwayItems;
18 }
19
20 - (id)initWithController:(id)fp8;
21 - (void)dealloc;
22 - (void)markAwayTime;
23 - (void)addOtherAwayItem:(id)fp8;
24 - (void)addCall:(struct __CTCall *)fp8;
25 - (void)addSMSMessage:(struct __CTSMSMessage *)fp8;
26 - (void)populateWithMissedCalls:(id)fp8;
27 - (void)populateWithMissedSMS:(id)fp8;
28 - (void)populateWithMissedEnhancedVoiceMails:(id)fp8;
29 - (id)missedItems;
30 - (int)uncoalescedMissedItemCount;
31 - (void)setStandardVoiceMailCount:(int)fp8;
32
33 @end
34