@protocol IMPipelineComponent; @interface IMPipelineComponent : NSObject @property (retain, nonatomic) id nextComponent; + (id)pipelineFromComponents:(id)a0; - (void).cxx_destruct; - (id)runWithInput:(id)a0; - (id)runIndividuallyWithInput:(id)a0; - (id)bindTo:(id)a0; @end