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

17 lines
315 B
Swift

//
// BlocklistCell.swift
// Lockdown
//
// Copyright © 2019 Confirmed Inc. All rights reserved.
//
import UIKit
class BlockListCell: UITableViewCell {
@IBOutlet weak var blockListDomain: UILabel?
@IBOutlet weak var blockListStatus: UILabel?
@IBOutlet weak var blockListIcon: UIImageView?
}