1234567891011121314151617 |
- //
- // CGXHomeCategoryCollectionView.h
- // CGXVerticalMenuView-OC
- //
- // Created by CGX on 2018/05/01.
- // Copyright © 2019 CGX. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "CGXVerticalMenuIndicatorProtocol.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface CGXVerticalMenuIndicatoCollectionView : UICollectionView
- @property (nonatomic, strong) NSArray <UIView<CGXCategoryListIndicatorProtocol> *> *indicators;
- @end
- NS_ASSUME_NONNULL_END
|