Skip to content

Commit 8b00641

Browse files
committed
Make AttachmentContentIdentifier public
1 parent 9f862d6 commit 8b00641

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)