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