AccountRechargeVC.h 549 B

1234567891011121314151617181920
  1. //
  2. // AccountRechargeVC.h
  3. // BuguLive
  4. //
  5. // Created by hym on 2016/10/25.
  6. // Copyright © 2016年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "AccountRechargeModel.h"
  10. @interface AccountRechargeVC : BGBaseViewController
  11. @property (nonatomic, assign) BOOL is_vip; //是否vip充值
  12. @property (nonatomic, strong) UILabel *lbTitles;
  13. @property(nonatomic, strong) QMUIButton *titleBtn;
  14. @property (nonatomic, strong) UIImageView *diamImageView;
  15. @property (nonatomic, strong) UILabel *lbBalance;
  16. @end