IVTMeGrabCell.h
759 Bytes
//
// IVTMeGrabCell.h
// IVTMeLive
//
// Created by XRG on 16/4/28.
// Copyright © 2016年 Joky. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "IVTGetRedPackedModel.h"
@interface IVTMeGrabCell : UITableViewCell
@property (nonatomic, strong) UILabel *name;
@property (nonatomic, strong) UILabel *mark;
@property (nonatomic, strong) UILabel *good;
@property (nonatomic, strong) UIImageView *headIcon;
@property (nonatomic, strong) UIImageView *gold;//金币
@property (nonatomic, strong) UIImageView *sex;
@property (nonatomic, strong) UIImageView *crown;//皇冠
@property (nonatomic, strong) UIView *lineView;
@property (nonatomic, strong) NSString *userId; // 用户ID
@property (nonatomic, strong) IVTGetRedPackedModel *cellModel;
@end