新UI马甲包

HCShopDetailViewController.h 323B

12345678910111213141516
  1. //
  2. // HCShopDetailViewController.h
  3. // hc
  4. //
  5. // Created by xiaoxi on 2018/1/29.
  6. // Copyright © 2018年 hc. All rights reserved.
  7. //
  8. #import "HCBaseViewController.h"
  9. @class HCGoodDetailModel;
  10. @interface HCShopDetailViewController : HCBaseViewController
  11. @property (nonatomic, strong) HCGoodDetailModel *goodModel;
  12. @end