5 // Created by J Osborne on 7/11/13.
9 #import <Foundation/Foundation.h>
10 #include "SecureObjectSync/SOSCloudCircle.h"
11 #include "SecureObjectSync/SOSPeerInfo.h"
13 @interface PersistentState
: NSObject
14 +(instancetype
)loadFromStorage
;
15 -(unsigned int)defaultPendingApplicationReminderAlertInterval
;
16 -(void)writeToStorage
;
18 @property SOSCCStatus lastCircleStatus
;
19 @property NSDate
*lastWritten
;
20 @property NSDate
*pendingApplicationReminder
;
21 @property
unsigned int pendingApplicationReminderAlertInterval
;
22 @property NSDate
*applicationDate
;
23 @property NSNumber
*debugShowLeftReason
;
24 @property BOOL absentCircleWithNoReason
;