ProgramVacateDetailCell.swift 603 Bytes
//
//  ProgramVacateDetailCell.swift
//  ParentAssistant
//
//  Created by Cao yang on 2018/4/16.
//  Copyright © 2018年 HANGZHOUTEAM. All rights reserved.
//

import UIKit

class ProgramVacateDetailCell: UITableViewCell {

    @IBOutlet weak var titleLab: UILabel!
    @IBOutlet weak var contentLab: UILabel!
    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
    }
    
}