// // ZBProductListViewController.h // ZBProject // // Created by 学丽 on 2019/4/9. // Copyright © 2019 ZB. All rights reserved. // #import "ZBBaseViewController.h" #import "ClassModel.h" NS_ASSUME_NONNULL_BEGIN @interface ZBProductListViewController : UIViewController @property(nonatomic,strong)ClassModel *model; @end NS_ASSUME_NONNULL_END