UIViewController+Private.h 230 B

123456789
  1. @interface UIViewController (Private)
  2. + (instancetype)viewControllerForView:(UIView *)view;
  3. @property (nonatomic, retain) UIScrollView *contentScrollView;
  4. @property (readwrite) UIInterfaceOrientation interfaceOrientation;
  5. @end