MsgVoiceCellRight.h 595 B

12345678910111213141516171819
  1. //
  2. // ZWMsgVoiceCellRight.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. @interface MsgVoiceCellRight : UITableViewCell
  10. @property (weak, nonatomic) IBOutlet NSLayoutConstraint *mlongrateconstW;
  11. @property (weak, nonatomic) IBOutlet UIImageView *mheadimg;
  12. @property (weak, nonatomic) IBOutlet UILabel *mlonglabel;
  13. @property (weak, nonatomic) IBOutlet UIImageView *mvoiceicon;
  14. @property (weak, nonatomic) IBOutlet UIImageView *mfailedicon;
  15. @property (weak, nonatomic) IBOutlet UIActivityIndicatorView *msv;
  16. @end