Update Swift example

This commit is contained in:
Adlai Holler
2015-09-19 13:10:40 -07:00
parent a14267ebf2
commit a1236a90c1
2 changed files with 2 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ class ViewController: UIViewController, ASTableViewDataSource, ASTableViewDelega
self.tableView.asyncDelegate = self
}
required init(coder aDecoder: NSCoder) {
required init?(coder aDecoder: NSCoder) {
fatalError("storyboards are incompatible with truth and beauty")
}