UIView+ViewController.h 219 Bytes Edit Raw Blame History 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