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