BehaviorDetailCell.swift 503 Bytes
//
//  BehaviorDetailCell.swift
//  ParentAssistant
//
//  Created by Cao yang on 2018/3/23.
//  Copyright © 2018年 HANGZHOUTEAM. All rights reserved.
//

import UIKit

class BehaviorDetailCell: 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
    }

}