IVTMeGiftCell.h
714 Bytes
//
// IVTMeGiftCell.h
// IVTMeLive
//
// Created by XRG on 16/6/6.
// Copyright © 2016年 Joky. All rights reserved.
//
#import <UIKit/UIKit.h>
@protocol IVTMeGiftCellDelegate <NSObject>
- (void)didSelectItemAtIndexPath:(NSIndexPath *)indexPath;
@end
@interface IVTMeGiftCell : UICollectionViewCell
@property (nonatomic,copy) NSDictionary *entity;
//@property(nonatomic,strong)UIImageView *gift;
//@property(nonatomic,strong)UIButton *lianFa;
//@property(nonatomic,strong)UILabel *money;
//@property(nonatomic,strong)UIImageView *chineseCoin;
//@property(nonatomic,strong)UILabel *jingyan;
//@property (nonatomic,assign)int lianfaCount;
//@property(nonatomic,weak)id<IVTMeGiftDelegate>delegate;
@end