@protocol MTLTexture; @interface ResamplerTextures : NSObject @property (retain) id inputTexture; @property (retain) id inputTexureUV; @property (retain) id tempTextureY; @property (retain) id tempTextureUV; @property (retain) id outputTextureY; @property (retain) id outputTextureUV; - (void).cxx_destruct; @end