2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @
class NSMutableArray
, SBAwayController
;
11 @interface SBAwayModel
: NSObject
13 SBAwayController
*_controller
;
14 NSMutableArray
*_standardVMs
;
15 NSMutableArray
*_calls
;
16 NSMutableArray
*_SMSs
;
17 NSMutableArray
*_otherAwayItems
;
20 - (id
)initWithController
:(id
)fp8
;
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
;
30 - (int)uncoalescedMissedItemCount
;
31 - (void)setStandardVoiceMailCount
:(int)fp8
;