Skip to content

Instantly share code, notes, and snippets.

@penso
Created June 18, 2014 08:12
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/5deb525211eb1dff24ef to your computer and use it in GitHub Desktop.
Save penso/5deb525211eb1dff24ef to your computer and use it in GitHub Desktop.
import Cocoa
import Foundation
var options = Dictionary<String, AnyObject>()
options["send_at"] = "foobar"
var foo : AnyObject = options["send_at"]!
var foo2 : String = options["send_at"] as String
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment