CustomShopingSeclectButton.h 301 Bytes
//
//  CustomShopingSeclectButton.h
//  Lighting
//
//  Created by mac on 16/5/30.
//  Copyright © 2016年 上海勾芒科技有限公司. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface CustomShopingSeclectButton : UIButton
@property(nonatomic,strong)NSIndexPath *customIndexPath;
@end