@protocol MTLBuffer; @interface ARSCNPlaneGeometry : SCNGeometry { id _vertexBuffer; id _textureCoordinateBuffer; } + (id)planeGeometryWithDevice:(id)a0; - (void).cxx_destruct; - (void)updateFromPlaneGeometry:(id)a0; @end