GLD_SegmentBinder.h
293 Bytes
//
// GLD_SegmentBinder.h
// YX_BaseProject
//
// Created by yiyangkeji on 2018/4/13.
// Copyright © 2018年 com.yxvzb. All rights reserved.
//
#import "GLD_SegmentView.h"
#import "GLD_SegmentViewProtocol.h"
@interface GLD_SegmentBinder : GLD_SegmentView<GLD_SegmentViewProtocol>
@end