mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-24 16:10:41 +01:00
Make delegate-less init() fail since a delegate is currently required
This commit is contained in:
parent
e7278017d9
commit
37e77a9596
@ -23,7 +23,9 @@ class ExportOPMLAccessoryViewController: NSViewController {
|
||||
self.delegate = delegate
|
||||
}
|
||||
|
||||
// MARK: - NSViewController
|
||||
init() {
|
||||
preconditionFailure("init() without delegate not implemented by design.")
|
||||
}
|
||||
|
||||
required init?(coder: NSCoder) {
|
||||
preconditionFailure("ExportOPMLAccessoryView.init(coder) not implemented by design.")
|
||||
|
Loading…
Reference in New Issue
Block a user