mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-26 04:45:52 +08:00
Add nullability annotations for public API
This commit is contained in:
@@ -128,6 +128,8 @@
|
||||
050E7C6619D22E19004363C2 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
LastSwiftMigration = 0700;
|
||||
LastSwiftUpdateCheck = 0700;
|
||||
LastUpgradeCheck = 0600;
|
||||
ORGANIZATIONNAME = Facebook;
|
||||
TargetAttributes = {
|
||||
|
||||
@@ -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")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user