mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Make delegate-less init() fail since a delegate is currently required
This commit is contained in:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user