Created
July 9, 2015 18:15
-
-
Save ivangodfather/23d53adc4c1b53c1b668 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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