
import UIKit

class DatesItem: UITableViewCell
{

    @IBOutlet weak var EventType: UIImageView!
    @IBOutlet weak var EventStart: UILabel!
}
