@interface EFProcessBoost : NSObject { id /* block */ _boost; } - (void)drop; - (void).cxx_destruct; - (id)initWithBoost:(id /* block */)a0; @end