czinputCell.h 306 B

1234567891011121314151617
  1. //
  2. // czinputCell.h
  3. // iChatView
  4. //
  5. // Created by zzl on 16/6/12.
  6. // Copyright © 2016年 ldh. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface czinputCell : UITableViewCell
  10. @property (weak, nonatomic) IBOutlet UITextField *minput;
  11. @property (weak, nonatomic) IBOutlet UIView *mbg;
  12. @end