// // QuitTextViewCell.h // LN_School // // Created by EchoShacolee on 2017/4/20. // Copyright © 2017年 Danson. All rights reserved. // #import @interface QuitTextViewCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *titleLab; @property (weak, nonatomic) IBOutlet UITextView *textView; @end