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