Skip to content

Instantly share code, notes, and snippets.

@penso
Created June 14, 2014 23:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save penso/9b24fc6cdb1b83413dd9 to your computer and use it in GitHub Desktop.
Save penso/9b24fc6cdb1b83413dd9 to your computer and use it in GitHub Desktop.
Xcode Crash
import Cocoa
var options = Dictionary<String, AnyObject?>()
options["body"] = "something"
var body = options["body"] as String?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment