@class NSLayoutConstraint, NSString, UIView; @interface _MKStackingContentView : _MKUIViewControllerRootView { NSLayoutConstraint *_topConstraint; NSLayoutConstraint *_middleConstraint; NSLayoutConstraint *_bottomConstraint; } @property (retain, nonatomic) UIView *topView; @property (retain, nonatomic) UIView *bottomView; @property (readonly, nonatomic) NSLayoutConstraint *bottomConstraint; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; @end