// // ShopGoodsInfoView.h // Coding_iOS // // Created by liaoyp on 15/11/21. // Copyright © 2015年 Coding. All rights reserved. // #import #import "ShopGoods.h" @interface ShopGoodsInfoView : UIView - (void)configViewWithModel:(ShopGoods *)model; @end