GLD_SegmentView.h
326 Bytes
//
// GLD_SegmentView.h
// YX_BaseProject
//
// Created by yiyangkeji on 2018/4/12.
// Copyright © 2018年 com.yxvzb. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface GLD_SegmentView : UIView
- (UIView *)colorView;
- (UIView *)indicatorView;
- (UIScrollView *)titleView;
- (UIScrollView *)contentView;
@end