@interface ARNeutralFaceGeometry : NSObject { struct vector> { void *__begin_; void *__end_; struct __compressed_pair> { void *__value_; } __end_cap_; } _verticesVector; struct vector> { void *__begin_; void *__end_; struct __compressed_pair> { void *__value_; } __end_cap_; } _texCoordinatesVector; struct vector> { short *__begin_; short *__end_; struct __compressed_pair> { short *__value_; } __end_cap_; } _trianglesIndicesVector; } + (id)sharedNeutralGeometry; - (id).cxx_construct; - (const void *)textureCoordinates; - (unsigned long long)vertexCount; - (void).cxx_destruct; - (unsigned long long)triangleCount; - (const void *)vertices; - (const short *)triangleIndices; - (id)initFromCVAFaceTrackingSemantics; - (unsigned long long)textureCoordinateCount; @end