@protocol XRSchemaAnnotationTextValuesDelegate; @interface XRSchemaAnnotationElementParser : XRXMLElementParser @property (weak, nonatomic) id delegate; + (id)_elementNameToClassMap; - (void).cxx_destruct; - (void)textParserCompletedParsing:(id)a0 elementName:(id)a1; @end