@protocol PFStoryRecipe; @interface PXStoryPassthroughPersistableRecipeProducer : NSObject @property (readonly, nonatomic) id persistableRecipe; - (id)init; - (void).cxx_destruct; - (id)initWithPersistableRecipe:(id)a0; - (id)requestPersistableRecipeWithOptions:(unsigned long long)a0 resultHandler:(id /* block */)a1; @end