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