We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f862d6 commit 38d0678Copy full SHA for 38d0678
Proton/Sources/Swift/Editor/EditorView.swift
@@ -59,7 +59,7 @@ public struct AttachmentContentIdentifier {
59
/// - Parameters:
60
/// - openingID: Used to identify start of attachment content
61
/// - closingID: Used to identify end of attachment content
62
- init(openingID: NSAttributedString, closingID: NSAttributedString) {
+ public init(openingID: NSAttributedString, closingID: NSAttributedString) {
63
self.openingID = openingID
64
self.closingID = closingID
65
}
0 commit comments