@class PHAJobConstraints; @protocol PHAJobConstraintsObserverDelegate; @interface PHAJobConstraintsObserver : NSObject @property (retain, nonatomic) PHAJobConstraints *currentConstraints; @property (weak, nonatomic) id delegate; @property BOOL shutdownRequested; - (id)init; - (void)dealloc; - (void)setShutdownRequested; - (id)initWithInitialConstraints:(id)a0 delegate:(id)a1; - (id)acceptConstraints:(id)a0 mask:(id)a1 completion:(id /* block */)a2; - (void).cxx_destruct; @end