@protocol WKActionSheetDelegate; @interface WKActionSheet : UIAlertController { BOOL _isRotating; BOOL _readyToPresentAfterRotation; long long _currentPresentationStyle; struct RetainPtr { void *m_ptr; } _currentPresentingViewController; struct RetainPtr { void *m_ptr; } _presentedViewControllerWhileRotating; struct RetainPtr> { void *m_ptr; } _popoverPresentationControllerDelegateWhileRotating; } @property (nonatomic) id sheetDelegate; @property (nonatomic) unsigned long long arrowDirections; - (void)didRotate; - (void)willRotate; - (void)_cleanup; - (id)init; - (void)dealloc; - (id).cxx_construct; - (void)updateSheetPosition; - (void).cxx_destruct; - (void)_didRotateAndLayout; - (BOOL)presentSheetFromRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_presentationRectForStyle:(long long)a0; - (void)doneWithSheet:(BOOL)a0; - (BOOL)presentSheet:(long long)a0; @end