luxlabs header browser preview


@class UITapGestureRecognizer, NSString, UIView;

@interface CKAppMenuPresentationController : UIPresentationController <UIGestureRecognizerDelegate>

@property (retain, nonatomic) UITapGestureRecognizer *tapRecognizer;
@property (retain, nonatomic) UIView *sourceView;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (void)dismissalTransitionDidEnd:(BOOL)a0;
- (void)presentationTransitionDidEnd:(BOOL)a0;
- (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })frameOfPresentedViewInContainerView;
- (BOOL)gestureRecognizerShouldBegin:(id)a0;
- (void).cxx_destruct;
- (id)initWithPresentedViewController:(id)a0 presentingViewController:(id)a1 sourceView:(id)a2;
- (void)tapOutsideMenu;

@end