luxlabs header browser preview


@class NSLayoutConstraint, NSString, UIView;

@interface _MKStackingContentView : _MKUIViewControllerRootView <MKVibrantGroup> {
    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