IVTGainsViewController.h 423 Bytes
//
//  IVTGainsViewController.h
//  IVTMeLiveTwo
//
//  Created by xrg on 16/9/29.
//  Copyright © 2016年 QLQ. All rights reserved.
//

#import "BaseViewController.h"

@interface IVTGainsViewController : BaseViewController

@property (weak, nonatomic) IBOutlet UILabel *miTangTotal;

@property (weak, nonatomic) IBOutlet UILabel *canWithdrawTotal;

@property (weak, nonatomic) IBOutlet UILabel *canExchangeTotal;



@end