1. struct Person {
    2. private(set) var name : String!
    3. }