File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ public protocol AttributedStringConvertible
3131/// Swift's `String` is extended to conform to `AttributedStringConvertible`.
3232extension String : AttributedStringConvertible
3333{
34+ // MARK: - Attributed String Convertible
35+
3436 /// Required to conform to `AttributedStringConvertible`.
3537 public var attributedString : NSAttributedString
3638 {
@@ -49,6 +51,8 @@ extension String: AttributedStringConvertible
4951/// Foundation's `NSAttributedString` is extended to conform to `AttributedStringConvertible`.
5052extension NSAttributedString : AttributedStringConvertible
5153{
54+ // MARK: - Attributed String Convertible
55+
5256 /// Required to conform to `AttributedStringConvertible`.
5357 public var attributedString : NSAttributedString
5458 {
You can’t perform that action at this time.
0 commit comments