Files
eqn.ios/Sources/Earthquake Network/Controllers/InApp/SubscriptionsHeaderTableViewCell.swift
T
2020-07-30 21:09:03 +02:00

20 lines
417 B
Swift

//
// SubscriptionsHeaderTableViewCell.swift
// Earthquake Network
//
// Created by Busi Andrea on 29/07/2020.
// Copyright © 2020 Earthquake Network. All rights reserved.
//
import UIKit
class SubscriptionsHeaderTableViewCell: EQNBaseTableViewCell {
@IBOutlet weak var headerTitleLabel: UILabel!
override func awakeFromNib() {
super.awakeFromNib()
// Initialization code
}
}