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