//
// ContactStruct.swift
// ContactsApp // // Created by User on 3/16/20. // Copyright © 2020 jheisecke. All rights reserved. // import Foundation
import ContactsUI
struct ContactStruct { var isExpanded: Bool let contacts : [CNContact]
let letter : String
}