MsgVoiceCellLeft.h 464 B

123456789101112131415161718
  1. //
  2. // ZWMsgVoiceCellLeft.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 MsgVoiceCellLeft : UITableViewCell
  10. @property (weak, nonatomic) IBOutlet UIImageView *mheadimg;
  11. @property (weak, nonatomic) IBOutlet UIImageView *mvoiceicon;
  12. @property (weak, nonatomic) IBOutlet UILabel *mlonglabel;
  13. @property (weak, nonatomic) IBOutlet NSLayoutConstraint *mlongrateconstW;
  14. @end