// // JZMerchantCell.h // BaseProject // // Created by WindShan on 2016/12/6. // Copyright © 2016年 WindShan. All rights reserved. // #import #import "JZMerchantModel.h" @interface JZMerchantCell : UITableViewCell @property(nonatomic, strong) JZMerchantModel *jzMerM; @end