MsgCellRight.h 629 B

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