Fix build break.

This commit is contained in:
Matthew Chen 2018-09-27 15:40:55 -04:00
parent 2f1f7a8e22
commit fbeb07d2e4
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public class SheetViewController: UIViewController {
self.modalPresentationStyle = .overCurrentContext
}
required init?(coder aDecoder: NSCoder) {
public required init?(coder aDecoder: NSCoder) {
notImplemented()
}