// // ContactSectionTableViewCell.swift // ContactsApp // // Created by User on 3/24/20. // Copyright © 2020 jheisecke. All rights reserved. // import UIKit class ContactSectionView: UITableViewHeaderFooterView { @IBOutlet weak var labelLetter: UILabel! @IBOutlet weak var labelExpandable: UIButton! }