Skip to content

Instantly share code, notes, and snippets.

@kenn
Created June 5, 2014 18:57
Show Gist options
  • Save kenn/b122e4ee58c513cbc7a3 to your computer and use it in GitHub Desktop.
Save kenn/b122e4ee58c513cbc7a3 to your computer and use it in GitHub Desktop.
Crash Xcode
import Foundation
class Foo : NSObject {
convenience init() {
self.init()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment