// // StatusTableViewCell.swift // elpha-ios // // Created by Dwayne Harris on 10/16/18. // Copyright © 2018 Elpha. All rights reserved. // import UIKit class StatusTableViewCell: UITableViewCell, AbstractStatusTableViewCell { @IBOutlet var statusView: StatusView! }