@protocol MTLCommandQueue, MTLDevice, MTLCommandQueueSPI; @interface BWMetalInferenceContext : NSObject { BOOL _prepared; id _commandQueueSPI; } @property (readonly, nonatomic) id commandQueue; @property (readonly, nonatomic) id device; - (void)dealloc; - (id)initWithScheduler:(id)a0 priority:(unsigned int)a1; @end