Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

王卫 / YXBaseProject

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • YXBaseProject
  • YX_BaseProject
  • MyUtils
  • UI
  • segment
  • GLD_SegmentView.h
  • 王卫's avatar
    添加部分开发组件 · abe6a30d
    王卫 committed Apr 25, 2018
    abe6a30d
GLD_SegmentView.h 326 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
//
//  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