IVTMeSupportFirstCell.h 333 Bytes
//
//  IVTMeSupportFirstCell.h
//  IVTMeLive
//
//  Created by XRG on 16/5/5.
//  Copyright © 2016年 Joky. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface IVTMeSupportFirstCell : UITableViewCell

/// 数据
@property (nonatomic, strong) NSDictionary *entity;

@property (nonatomic,copy) NSString *goldImageName;

@end