@@ -41,11 +41,11 @@ * string. * * @param string The string for the comment * @return An initialized OFXMLComment */ -- initWithString: (OFString *)string; +- (instancetype)initWithString: (OFString *)string; -- initWithSerialization: (OFXMLElement *)element; +- (instancetype)initWithSerialization: (OFXMLElement *)element; @end OF_ASSUME_NONNULL_END