updated naming to new class
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
6f2d754015
commit
f255f9fd21
@ -44,6 +44,6 @@ public extension NSAttributedString {
|
||||
else {
|
||||
return AnyAttribute(location: range.location, length: range.length, key: key, value: value)
|
||||
}
|
||||
return FontLabelAttribute(location: range.location, length: range.length, style: style)
|
||||
return TypographicalStyleLabelAttribute(location: range.location, length: range.length, style: style)
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user