Skip to content

Commit f9ee21c

Browse files
committed
Add marks to NSUnderlineStyle extension file.
1 parent 65816ba commit f9ee21c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Attributed/NSUnderlineStyle+Attributes.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
public extension NSUnderlineStyle
1818
{
19+
// MARK: - Underline
20+
1921
/**
2022
Applies an underline style attribute to the enclosed attributed strings.
2123

@@ -40,6 +42,8 @@ public extension NSUnderlineStyle
4042
return Attributed.attribute(NSUnderlineStyleAttributeName, self.rawValue, strings)
4143
}
4244

45+
// MARK: - Strikethrough
46+
4347
/**
4448
Applies a strikethrough style attribute to the enclosed attributed strings.
4549

0 commit comments

Comments
 (0)