HomePageViewController.h 403 B

123456789101112131415161718
  1. //
  2. // HomePageViewController.h
  3. // LN_School
  4. //
  5. // Created by 张嵘 on 2019/7/9.
  6. // Copyright © 2019 Danson. All rights reserved.
  7. //
  8. #import "HDMultipleScrollListMainVC.h"
  9. #import "HomePageViewModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface HomePageViewController : HDMultipleScrollListMainVC
  12. @property (nonatomic, readonly, strong) HomePageViewModel *homePageViewModel;
  13. @end
  14. NS_ASSUME_NONNULL_END