Skip to content

Instantly share code, notes, and snippets.

@alvaroroyo
Created February 28, 2019 09:51
Show Gist options
  • Save alvaroroyo/b585b507027e71530d35e84334225b22 to your computer and use it in GitHub Desktop.
Save alvaroroyo/b585b507027e71530d35e84334225b22 to your computer and use it in GitHub Desktop.
import Foundation
class Person: NSObject {
var name:String!
var age:Int!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment