You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@property (nonatomic, strong, nullable) NSString * cachedSessionToken; // Memory Only, can nil this out and sessionToken will remain safely in keychain
129
+
@property (nonatomic, strong, nullable) NSDate *downloadDataStartDate; // NOT stored in CoreData
130
+
@property (nonatomic, strong, nullable) NSDate *downloadDataEndDate; // NOT stored in CoreData
0 commit comments