HomePageADHeaderView.h 390 B

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