Skip to content

Instantly share code, notes, and snippets.

@tudormunteanu
Created March 26, 2015 11:05
Show Gist options
  • Select an option

  • Save tudormunteanu/06c6b796df3750a505be to your computer and use it in GitHub Desktop.

Select an option

Save tudormunteanu/06c6b796df3750a505be to your computer and use it in GitHub Desktop.
// Playground - noun: a place where people can play
import UIKit
class Kpi {
var lineID:Int!
init() {
lineID = 0
}
func doSomething() {
var fakeJson = "bla bla \(lineID)"
var fakeJson2 = "{\"key\": \(lineID), \"key2\": \"val2\"}"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment