Skip to content

Instantly share code, notes, and snippets.

@radex
Created January 24, 2015 17:23
Show Gist options
  • Save radex/276483585df28e426be1 to your computer and use it in GitHub Desktop.
Save radex/276483585df28e426be1 to your computer and use it in GitHub Desktop.
struct R {
struct Images {
static var doge: NSImage {
return NSImage(contentsOfFile: "...")!
}
}
}
R.Images.doge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment