Add nullability annotations for public API

This commit is contained in:
Adlai Holler
2015-09-16 15:15:07 -07:00
parent f275d858ae
commit 814f72535c
21 changed files with 170 additions and 112 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")
}