IVTMyAccountTableViewCell.h
537 Bytes
//
// IVTMyAccountTableViewCell.h
// IVTMeLive
//
// Created by xrg on 16/7/19.
// Copyright © 2016年 Joky. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "IVTMyAccountTableViewModel.h"
@interface IVTMyAccountTableViewCell : UITableViewCell
@property (nonatomic, strong) UIImageView *goldImg;
@property (nonatomic, strong) UILabel *choice;
@property (nonatomic, strong) UIButton *charge;
@property (nonatomic, strong) NSString *num;
@property (nonatomic, strong) IVTMyAccountTableViewModel *accountModel;
@end