// // TitleHeaderView.h // CGXVerticalMenuView-OC // // Created by CGX on 2018/05/01. // Copyright © 2019 CGX. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface TitleHeaderView : UICollectionReusableView @property (nonatomic , strong) UILabel *titleLabel; @property (nonatomic , strong) UIImageView *urlImageView; @end NS_ASSUME_NONNULL_END