@class NSSet, NSString, NSObject; @protocol OS_dispatch_queue, SUInstallationConstraintMonitorDelegate; @interface SUComposedInstallationConstraintMonitor : NSObject { NSObject *_queue; id _queue_delegate; unsigned long long _queue_representedConstraints; } @property (readonly, retain, nonatomic) NSSet *constraintMonitors; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; @property (nonatomic) id delegate; @property (readonly, nonatomic) unsigned long long representedConstraints; @property (readonly, nonatomic) unsigned long long unsatisfiedConstraints; - (void)dealloc; - (BOOL)isSatisfied; - (void).cxx_destruct; - (id)_queue_delegate; - (void)_queue_clearDelegate; - (void)_queue_invalidateChildConstraintMonitors; - (void)_queue_noteInstallationConstraintMonitor:(id)a0 constraintsDidChange:(unsigned long long)a1; - (unsigned long long)_queue_representedConstraints; - (void)_queue_setDelegate:(id)a0; - (unsigned long long)_queue_unsatisfiedConstraints; - (unsigned long long)_queue_unsatisfiedConstraintsWithIgnorableConstraints:(unsigned long long)a0; - (id)initWithInternalQueue:(id)a0 withInstallationConstraintMonitors:(id)a1; - (void)installationConstraintMonitor:(id)a0 constraintsDidChange:(unsigned long long)a1; - (unsigned long long)unsatisfiedConstraintsWithIgnorableConstraints:(unsigned long long)a0; @end