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