Skip to content

Commit

Permalink
NSCoder initializer is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzanowskim committed Jul 13, 2023
1 parent d7547de commit f5a5ae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/STTextView/STTextView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,7 @@ open class STTextView: NSView, NSTextInput, NSTextContent {
return result
}

@available(*, unavailable)
required public init?(coder: NSCoder) {
fatalError("init(coder:) has not been implemented")
}
Expand Down

0 comments on commit f5a5ae4

Please sign in to comment.