Skip to content

Instantly share code, notes, and snippets.

@ivangodfather
Created July 9, 2015 18:15
Show Gist options
  • Select an option

  • Save ivangodfather/23d53adc4c1b53c1b668 to your computer and use it in GitHub Desktop.

Select an option

Save ivangodfather/23d53adc4c1b53c1b668 to your computer and use it in GitHub Desktop.
if let data: AnyObject = data where JSON(data)["cost_id"].intValue > 0 {
completion(succeed: true, costId: JSON(data)["cost_id"].intValue)
return
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment