- //
- // GainsWithdrawVC.h
- // BuguLive
- //
- // Created by hym on 2016/11/29.
- // Copyright © 2016年 xfg. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "BingdingStateModel.h"
- @interface GainsWithdrawVC : BGBaseViewController
- @property(nonatomic,strong) BingdingStateModel * model;
- @end
|