// // MsgCellLeft.h // testChatVC // // Created by zzl on 16/7/25. // Copyright © 2016年 zzl. All rights reserved. // #import @class M80AttributedLabel; @interface MsgCellLeft : UITableViewCell @property (weak, nonatomic) IBOutlet UIImageView *mheadimg; @property (weak, nonatomic) IBOutlet NSLayoutConstraint *mlabelconstH; @property (weak, nonatomic) IBOutlet M80AttributedLabel *mmsglabel; @property (weak, nonatomic) IBOutlet NSLayoutConstraint *mlabelconstW; @end