Sign in

iOS Team / ScioLive · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • ScioLive
  • CNLiveScioLive
  • Pages
  • Tools
  • ZXWSegmentControl
  • UIView+ViewController.h
  • init commit
    6a633470
    zhangxiaowen authored
    2018-10-11 10:23:03 +0800  
    Browse Code »
UIView+ViewController.h 219 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
// 开发者: NGeLB
// QQ交流群: 572296164
// GitHub 代码地址:https://github.com/NGeLB/LBSegmentControl




#import <UIKit/UIKit.h>

@interface UIView (ViewController)

- (UIViewController *)viewController;
@end