HomePageSubViewController.h 425 B

12345678910111213141516171819
  1. //
  2. // HomePageSubViewController.h
  3. // LN_School
  4. //
  5. // Created by 张嵘 on 2019/7/16.
  6. // Copyright © 2019 Danson. All rights reserved.
  7. //
  8. #import "HDMultipleScrollListSubVC.h"
  9. #import "HomePageNumHeaderModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface HomePageSubViewController : HDMultipleScrollListSubVC
  12. @property (nonatomic, readwrite, strong) HomePageNumHeaderModel *homePageNumHeaderModel;
  13. @end
  14. NS_ASSUME_NONNULL_END