ContactSectionView.swift 318 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
//
//  ContactSectionTableViewCell.swift
//  ContactsApp
//
//  Created by User on 3/24/20.
//  Copyright © 2020 jheisecke. All rights reserved.
//

import UIKit

11
class ContactSectionView: UITableViewHeaderFooterView {
12 13 14 15

    @IBOutlet weak var labelLetter: UILabel!
    @IBOutlet weak var labelExpandable: UIButton!
}