luxlabs header browser preview


@class NSMutableArray, UITableViewCell, NSIndexPath;

@interface UITableViewCellAccessibilityElement : UIAccessibilityElement {
    NSIndexPath *_indexPath;
    NSMutableArray *_mockChildren;
    BOOL _usingRealTableViewCell;
}

@property (retain, nonatomic) UITableViewCell *tableViewCell;
@property (readonly, nonatomic) UITableViewCell *realTableViewCell;

- (id)accessibilityLabel;
- (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })accessibilityFrame;
- (void)dealloc;
- (unsigned long long)accessibilityTraits;
- (id)accessibilityIdentifier;
- (id)accessibilityCustomActions;
- (void)accessibilityIncrement;
- (id)description;
- (id)_accessibilityUserTestingChildren;
- (void).cxx_destruct;
- (void)accessibilityDecrement;
- (id)accessibilityHint;
- (BOOL)isAccessibilityElement;
- (id)accessibilityUserInputLabels;
- (id)accessibilityLocalizedStringKey;
- (BOOL)accessibilityActivate;
- (struct CGPoint { double x0; double x1; })accessibilityActivationPoint;
- (id)accessibilityDragSourceDescriptors;
- (id)accessibilityDropPointDescriptors;
- (id)accessibilityElementAtIndex:(long long)a0;
- (long long)accessibilityElementCount;
- (void)accessibilityElementDidBecomeFocused;
- (void)accessibilityElementDidLoseFocus;
- (id)accessibilityHeaderElements;
- (id)accessibilityLanguage;
- (BOOL)accessibilityPerformEscape;
- (BOOL)accessibilityPerformMagicTap;
- (BOOL)accessibilityRespondsToUserInteraction;
- (id)accessibilityValue;
- (long long)indexOfAccessibilityElement:(id)a0;
- (BOOL)shouldGroupAccessibilityChildren;
- (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_accessibilityBoundsForRange:(struct _NSRange { unsigned long long x0; unsigned long long x1; })a0;
- (BOOL)_accessibilityCanPerformEscapeAction;
- (BOOL)_accessibilitySupportsActivateAction;
- (id)_accessibilityUserTestingVisibleAncestor;
- (unsigned long long)_accessibilityAutomationType;
- (struct _NSRange { unsigned long long x0; unsigned long long x1; })accessibilityRowRange;
- (struct _NSRange { unsigned long long x0; unsigned long long x1; })_accessibilitySelectedTextRange;
- (void)_accessibilitySetSelectedTextRange:(struct _NSRange { unsigned long long x0; unsigned long long x1; })a0;
- (BOOL)_accessibilityIsInTableCell;
- (BOOL)_accessibilityHasTextOperations;
- (id)_accessibilityAbsoluteValue;
- (double)_accessibilityAllowedGeometryOverlap;
- (BOOL)_accessibilityBackingElementIsValid;
- (BOOL)_accessibilityCanBecomeNativeFocused;
- (id)_accessibilityCapturedImages;
- (long long)_accessibilityCompareElement:(id)a0 toElement:(id)a1;
- (void)_accessibilityCopy;
- (id)_accessibilityCustomActionGroupIdentifier;
- (void)_accessibilityCut;
- (id)_accessibilityDataDetectorScheme:(struct CGPoint { double x0; double x1; })a0;
- (BOOL)_accessibilityElementServesAsHeadingLandmark;
- (id)_accessibilityEquivalenceTag;
- (BOOL)_accessibilityHasNativeFocus;
- (id)_accessibilityHitTest:(struct CGPoint { double x0; double x1; })a0 withEvent:(id)a1;
- (BOOL)_accessibilityImplementsDefaultRowRange;
- (struct _NSRange { unsigned long long x0; unsigned long long x1; })_accessibilityIndexPathAsRange;
- (BOOL)_accessibilityIsAwayAlertElement;
- (BOOL)_accessibilityIsScannerGroup;
- (BOOL)_accessibilityIsSpeakThisElement;
- (BOOL)_accessibilityIsTableCell;
- (id)_accessibilityLineNumberAndColumnForPoint:(struct CGPoint { double x0; double x1; })a0;
- (void)_accessibilityMarkElementForVisiblePointHitTest:(BOOL)a0;
- (struct CGPoint { double x0; double x1; })_accessibilityMaxScrubberPosition;
- (struct CGPoint { double x0; double x1; })_accessibilityMinScrubberPosition;
- (void)_accessibilityPaste;
- (id)_accessibilityProxyView;
- (struct _NSRange { unsigned long long x0; unsigned long long x1; })_accessibilityRangeForLineNumberAndColumn:(id)a0;
- (void)_accessibilityRedo;
- (BOOL)_accessibilityRetainsCustomRotorActionSetting;
- (long long)_accessibilityScannerActivateBehavior;
- (unsigned long long)_accessibilityScanningBehaviorTraits;
- (void)_accessibilitySelect;
- (void)_accessibilitySelectAll;
- (id)_accessibilitySemanticContextForElement:(id)a0;
- (BOOL)_accessibilitySetNativeFocus;
- (BOOL)_accessibilityShouldIncludeRowRangeInElementDescription;
- (id)_accessibilitySpeakThisString;
- (id)_accessibilityTableViewCellContentSubviews;
- (id)_accessibilityTextOperations;
- (id)_accessibilityTextViewTextOperationResponder;
- (void)_accessibilityUndo;
- (long long)_accessibilityUserTestingChildrenCount;
- (BOOL)_accessibilityUserTestingIsCancelButton;
- (BOOL)_accessibilityUserTestingIsDefaultButton;
- (BOOL)_accessibilityUserTestingIsDestructiveButton;
- (BOOL)_accessibilityUserTestingIsPreferredButton;
- (id)_accessibilityUserTestingProxyView;
- (BOOL)_accessibilityViewHierarchyHasNativeFocus;
- (BOOL)_allowCustomActionHintSpeakOverride;
- (id)_privateAccessibilityCustomActions;
- (id)accessibilityLocalizationBundleID;
- (id)accessibilityLocalizationBundlePath;
- (id)accessibilityLocalizedStringTableName;
- (BOOL)accessibilityScrollToVisibleWithChild:(id)a0;
- (id)automationCustomProperties;
- (id)realTableViewCell;
- (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_accessibilityChargedLineBoundsForRange:(struct _NSRange { unsigned long long x0; unsigned long long x1; })a0;
- (void)registerMockChild:(id)a0;
- (void)unregisterAllChildren;
- (void)unregisterMockChild:(id)a0;

@end