Files
lockdown-iOS-mirror/LockdowniOS/BlockLogCell.swift

16 lines
247 B
Swift

//
// 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!
}