Skip to content

Commit

Permalink
Merge pull request #41 from IdeasOnCanvas/chore/fixXcodeWarning
Browse files Browse the repository at this point in the history
Fix Xcode 12.5 warning
myell0w authored Apr 30, 2021
2 parents 95f1cbc + 7ed799a commit 393c3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Ashton/AshtonXMLParser.swift
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ import Foundation
#endif


protocol AshtonXMLParserDelegate: class {
protocol AshtonXMLParserDelegate: AnyObject {
func didParseContent(_ parser: AshtonXMLParser, string: String)
func didOpenTag(_ parser: AshtonXMLParser, name: AshtonXMLParser.Tag, attributes: [NSAttributedString.Key: Any]?)
func didCloseTag(_ parser: AshtonXMLParser)

0 comments on commit 393c3d6

Please sign in to comment.