@protocol MTLTexture; @interface PTTextureYUV : PTTexture @property (retain) id texLuma; @property (retain) id texChroma; - (unsigned long long)height; - (unsigned long long)width; - (void).cxx_destruct; @end