refactor: Recreate controllers for subscriptions
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user