@class RBProcessMap, RBProcessIndex, NSMapTable, RBAssertionCollection, RBSystemState; @protocol RBDomainAttributeManaging, RBBundlePropertiesManaging, RBEntitlementManaging; @interface RBAssertionStateResolver : NSObject @property (retain, nonatomic) RBAssertionCollection *assertionCollection; @property (retain, nonatomic) RBProcessIndex *processIndex; @property (retain, nonatomic) RBProcessMap *stateMap; @property (retain, nonatomic) id domainAttributeManager; @property (retain, nonatomic) id bundlePropertiesManager; @property (retain, nonatomic) id entitlementManager; @property (retain, nonatomic) NSMapTable *savedEndowments; @property (retain, nonatomic) RBSystemState *systemState; - (id)resolveForAssertions:(id)a0; - (void).cxx_destruct; - (id)assertionDescriptorsWithFlattenedAttributes:(BOOL)a0; @end