@class NSString; @protocol MTLTexture; @interface PVMTLTextureImageBufferImpl : NSObject { id _mtlTexture; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (struct CGImage { } *)cgImage; - (struct CGSize { double x0; double x1; })size; - (void).cxx_destruct; - (BOOL)canCreateCVPixelBuffer; - (BOOL)canCreateHGBitmap; - (BOOL)cvPixelBufferRequiresCopy; - (BOOL)cvPixelBufferRequiresRender; - (struct HGRef { struct HGCVPixelBuffer *x0; })cvPixelBufferWithColorSpace:(id)a0; - (struct HGRef { struct HGBitmap *x0; })hgBitmapWithColorSpace:(id)a0; - (id)initWithMTLTexture:(id)a0; @end