12345678910111213141516171819 |
- //
- // HomePageSubViewController.h
- // LN_School
- //
- // Created by 张嵘 on 2019/7/16.
- // Copyright © 2019 Danson. All rights reserved.
- //
- #import "HDMultipleScrollListSubVC.h"
- #import "HomePageNumHeaderModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface HomePageSubViewController : HDMultipleScrollListSubVC
- @property (nonatomic, readwrite, strong) HomePageNumHeaderModel *homePageNumHeaderModel;
- @end
- NS_ASSUME_NONNULL_END
|