// // ExchangeView.h // BuguLive // // Created by 王珂 on 17/3/14. // Copyright © 2017年 xfg. All rights reserved. // #import #import "AccountRechargeModel.h" @protocol ExchangeViewDelegate - (void)choseRecharge:(BOOL )recharge orExchange:(BOOL )exchange; @end @interface ExchangeView : BGBaseView @property (nonatomic, strong) AccountRechargeModel * model; @property (nonatomic, weak) iddelegate; - (void)cancleExchange; @end