GrowSubjectCell.swift
549 Bytes
//
// GrowSubjectCell.swift
// ParentAssistant
//
// Created by Cao yang on 2018/4/10.
// Copyright © 2018年 HANGZHOUTEAM. All rights reserved.
//
import UIKit
class GrowSubjectCell: UITableViewCell {
override func awakeFromNib() {
super.awakeFromNib()
self.backgroundColor = backgroundColor
// Initialization code
}
override func setSelected(_ selected: Bool, animated: Bool) {
super.setSelected(selected, animated: animated)
// Configure the view for the selected state
}
}