UIView+ViewController.h 219 Bytes
// 开发者: NGeLB
// QQ交流群: 572296164
// GitHub 代码地址:https://github.com/NGeLB/LBSegmentControl




#import <UIKit/UIKit.h>

@interface UIView (ViewController)

- (UIViewController *)viewController;
@end