// // czinputCell.h // iChatView // // Created by zzl on 16/6/12. // Copyright © 2016年 ldh. All rights reserved. // #import @interface czinputCell : UITableViewCell @property (weak, nonatomic) IBOutlet UITextField *minput; @property (weak, nonatomic) IBOutlet UIView *mbg; @end