// // CustomShopingSeclectButton.h // Lighting // // Created by mac on 16/5/30. // Copyright © 2016年 上海勾芒科技有限公司. All rights reserved. // #import @interface CustomShopingSeclectButton : UIButton @property(nonatomic,strong)NSIndexPath *customIndexPath; @end