Skip to content

Commit 38d0678

Browse files
authored
Make AttachmentContentIdentifier public (#361)
1 parent 9f862d6 commit 38d0678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Proton/Sources/Swift/Editor/EditorView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public struct AttachmentContentIdentifier {
5959
/// - Parameters:
6060
/// - openingID: Used to identify start of attachment content
6161
/// - closingID: Used to identify end of attachment content
62-
init(openingID: NSAttributedString, closingID: NSAttributedString) {
62+
public init(openingID: NSAttributedString, closingID: NSAttributedString) {
6363
self.openingID = openingID
6464
self.closingID = closingID
6565
}

0 commit comments

Comments
 (0)