@class NSString, NSObject; @protocol OS_dispatch_queue; @interface BRCPersistedState : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (weak, nonatomic) NSObject *assertionQueue; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)loadFromClientStateInSession:(id)a0; + (id)loadFromClientStateInSession:(id)a0 options:(id)a1; @end