123456789101112131415161718 |
- //
- // HomePageADHeaderView.h
- // LN_School
- //
- // Created by 张嵘 on 2019/7/9.
- // Copyright © 2019 Danson. All rights reserved.
- //
- #import "HDSectionView.h"
- #import <SDCycleScrollView/SDCycleScrollView.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface HomePageADHeaderView : HDSectionView
- @property (nonatomic, readwrite, strong) SDCycleScrollView *cycleScrollView;
- @end
- NS_ASSUME_NONNULL_END
|