Skip to content

Instantly share code, notes, and snippets.

@stevestreza
Created April 2, 2009 02:23
Show Gist options
  • Select an option

  • Save stevestreza/88990 to your computer and use it in GitHub Desktop.

Select an option

Save stevestreza/88990 to your computer and use it in GitHub Desktop.
//always feels like cheating when I do this
-(
#if TARGET_OS_IPHONE
UIImage
#else
NSImage
#endif
*)image{
return _image;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment