// // XuanduoSectionHeaderView.h // Ifish // // Created by Alex on 2019/4/28. // Copyright © 2019 lianlian. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface XuanduoSectionHeaderView : UIView + (instancetype)shareHeaderView; @property (weak, nonatomic) IBOutlet UIButton *arrowBtn; @property (weak, nonatomic) IBOutlet UILabel *titleLabel; @end NS_ASSUME_NONNULL_END