IVTMyAccountTableViewModel.h
379 Bytes
//
// IVTMyAccountTableViewModel.h
// IVTMeLive
//
// Created by xrg on 16/7/19.
// Copyright © 2016年 Joky. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface IVTMyAccountTableViewModel : NSObject
@property (nonatomic, strong) NSNumber *price;
@property (nonatomic, strong) NSNumber *chineseCoin;
- (id)initWithDictionary:(NSDictionary *)dic;
@end