// // SettingDetailTableViewCell.swift // Earthquake Network // // Created by Busi Andrea on 25/08/2020. // Copyright © 2020 Earthquake Network. All rights reserved. // import UIKit class SettingDetailTableViewCell: UITableViewCell { @objc static let Identifier = "DetailCell" override func awakeFromNib() { super.awakeFromNib() // Initialization code } override func setSelected(_ selected: Bool, animated: Bool) { super.setSelected(selected, animated: animated) // Configure the view for the selected state } }