Skip to content

Instantly share code, notes, and snippets.

@rajajawahar
Created March 15, 2018 11:03
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 rajajawahar/2afa3d089bea40206c03fde0211b5930 to your computer and use it in GitHub Desktop.
Save rajajawahar/2afa3d089bea40206c03fde0211b5930 to your computer and use it in GitHub Desktop.
class Employee: NSObject {
var employeeName : String?
var employeeId : String?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment