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

@@ -129,6 +129,7 @@
050E7C6619D22E19004363C2 /* Project object */ = { 050E7C6619D22E19004363C2 /* Project object */ = {
isa = PBXProject; isa = PBXProject;
attributes = { attributes = {
LastSwiftUpdateCheck = 0700;
LastUpgradeCheck = 0600; LastUpgradeCheck = 0600;
ORGANIZATIONNAME = Facebook; ORGANIZATIONNAME = Facebook;
TargetAttributes = { TargetAttributes = {

View File

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