Skip to content

Instantly share code, notes, and snippets.

@nicholasspencer
Created May 8, 2013 14:13
Show Gist options
  • Save nicholasspencer/5540715 to your computer and use it in GitHub Desktop.
Save nicholasspencer/5540715 to your computer and use it in GitHub Desktop.
if (self.showERN && (self.email.emailReadString != nil)) {
NSString *ernText = self.email.emailReadString != nil ? self.email.emailReadString : @"Not Yet Read"; //wat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment