// // CreateAuctionView.h // BuguLive // // Created by 王珂 on 16/10/14. // Copyright © 2016年 xfg. All rights reserved. // #import @protocol CreateAuctionViewDelegate - (void)chooseButton:(UIButton *)button; @end @interface CreateAuctionView : UIView @property (nonatomic, weak) iddelegate; - (void)createVieWith:(NSInteger)i andNumber:(NSInteger)j; @end