GainsWithdrawVC.h 297 B

1234567891011121314
  1. //
  2. // GainsWithdrawVC.h
  3. // BuguLive
  4. //
  5. // Created by hym on 2016/11/29.
  6. // Copyright © 2016年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "BingdingStateModel.h"
  10. @interface GainsWithdrawVC : BGBaseViewController
  11. @property(nonatomic,strong) BingdingStateModel * model;
  12. @end