Skip to content

Commit 3920953

Browse files
public init for StandardXMLAttributesResolver
1 parent 494cd13 commit 3920953

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/SwiftRichString/Support/XMLDynamicAttributesResolver.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ extension XMLDynamicAttributesResolver {
9090

9191
open class StandardXMLAttributesResolver: XMLDynamicAttributesResolver {
9292

93+
public init() {}
94+
9395
open func applyDynamicAttributes(to attributedString: inout AttributedString, xmlStyle: XMLDynamicStyle, fromStyle: StyleXML) {
9496
let finalStyleToApply = Style()
9597
xmlStyle.enumerateAttributes { key, value in

0 commit comments

Comments
 (0)