// // BlockLogCell.swift // Lockdown // // Copyright © 2019 Confirmed Inc. All rights reserved. // import UIKit class BlockLogCell: UITableViewCell { @IBOutlet weak var logHost: UILabel? @IBOutlet weak var time: UILabel! }