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