Files
Tour-Guide-iOS/TourGuideApp/accomodationTableViewCell.swift
2018-07-18 02:30:38 -07:00

25 lines
502 B
Swift

//
// accomodationTableViewCell.swift
// TourGuideApp
//
// Created by h_mal on 04/07/2018.
// Copyright © 2018 h_mal. All rights reserved.
//
import UIKit
class accomodationTableViewCell: UITableViewCell {
override func awakeFromNib() {
super.awakeFromNib()
// Initialization code
}
override func setSelected(_ selected: Bool, animated: Bool) {
super.setSelected(selected, animated: animated)
// Configure the view for the selected state
}
}