Skip to content

Instantly share code, notes, and snippets.

@toddkramer
Created December 28, 2014 21:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toddkramer/8d28cc95030c28cfc77f to your computer and use it in GitHub Desktop.
Save toddkramer/8d28cc95030c28cfc77f to your computer and use it in GitHub Desktop.
SwiftInitializers06-Person.swift
class Person: NSObject {
var firstName = "First"
var lastName = "Last"
var middleInitial = ""
var title = ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment