// // ZWMsgGiftCellRight.h // testChatVC // // Created by zzl on 16/7/26. // Copyright © 2016年 zzl. All rights reserved. // #import @interface MsgGiftCellRight : UITableViewCell @property (weak, nonatomic) IBOutlet UIImageView *mheadimg; @property (weak, nonatomic) IBOutlet UIImageView *mgificon; @property (weak, nonatomic) IBOutlet UILabel *mgifdesc; @property (weak, nonatomic) IBOutlet UILabel *mjy; @property (weak, nonatomic) IBOutlet UILabel *mtitle; @property (weak, nonatomic) IBOutlet UIImageView *mfailedicon; @property (weak, nonatomic) IBOutlet UIActivityIndicatorView *msv; @end