From fbeb07d2e49a0a0c84bca9e81b1ec8d1c6a5fbfb Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Thu, 27 Sep 2018 15:40:55 -0400 Subject: [PATCH] Fix build break. --- SignalMessaging/ViewControllers/SheetViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SignalMessaging/ViewControllers/SheetViewController.swift b/SignalMessaging/ViewControllers/SheetViewController.swift index 4de6bef26..dc0b89f6f 100644 --- a/SignalMessaging/ViewControllers/SheetViewController.swift +++ b/SignalMessaging/ViewControllers/SheetViewController.swift @@ -32,7 +32,7 @@ public class SheetViewController: UIViewController { self.modalPresentationStyle = .overCurrentContext } - required init?(coder aDecoder: NSCoder) { + public required init?(coder aDecoder: NSCoder) { notImplemented() }