MsgGiftCellRight.h 619 B

12345678910111213141516171819
  1. //
  2. // ZWMsgGiftCellRight.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 MsgGiftCellRight : UITableViewCell
  10. @property (weak, nonatomic) IBOutlet UIImageView *mheadimg;
  11. @property (weak, nonatomic) IBOutlet UIImageView *mgificon;
  12. @property (weak, nonatomic) IBOutlet UILabel *mgifdesc;
  13. @property (weak, nonatomic) IBOutlet UILabel *mjy;
  14. @property (weak, nonatomic) IBOutlet UILabel *mtitle;
  15. @property (weak, nonatomic) IBOutlet UIImageView *mfailedicon;
  16. @property (weak, nonatomic) IBOutlet UIActivityIndicatorView *msv;
  17. @end