MsgCellLeft.h 495 B

12345678910111213141516171819
  1. //
  2. // MsgCellLeft.h
  3. // testChatVC
  4. //
  5. // Created by zzl on 16/7/25.
  6. // Copyright © 2016年 zzl. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @class M80AttributedLabel;
  10. @interface MsgCellLeft : UITableViewCell
  11. @property (weak, nonatomic) IBOutlet UIImageView *mheadimg;
  12. @property (weak, nonatomic) IBOutlet NSLayoutConstraint *mlabelconstH;
  13. @property (weak, nonatomic) IBOutlet M80AttributedLabel *mmsglabel;
  14. @property (weak, nonatomic) IBOutlet NSLayoutConstraint *mlabelconstW;
  15. @end