Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KaneCheshire/285641c67861255969c56bb8e503a353 to your computer and use it in GitHub Desktop.
Save KaneCheshire/285641c67861255969c56bb8e503a353 to your computer and use it in GitHub Desktop.
All of the methods and properties (including private) of an XCUIElement in iOS 13.2/Xcode11.2.1
iVars:
_safeQueryResolutionEnabled (BOOL): NO
_query (XCUIElementQuery*): <XCUIElementQuery: 0x6000023b28a0>
_lastSnapshot (XCElementSnapshot*): nil
Class Methods:
+ (id) standardAttributeNames; (0x10ef39e67)
+ (BOOL) _isInvalidEventDuration:(double)arg1; (0x10ef8b940)
+ (BOOL) _dispatchEventWithEventBuilder:(^block)arg1 eventSynthesizer:(id)arg2 inContext:(id)arg3 withSnapshot:(id)arg4 applicationSnapshot:(id)arg5 process:(id)arg6 error:(id*)arg7; (0x10ef8b961)
Properties:
@property (readonly) unsigned long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString* description;
@property (readonly, copy) NSString* debugDescription;
@property (readonly) unsigned long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString* description;
@property (readonly, copy) NSString* debugDescription;
@property (readonly) double normalizedSliderPosition;
@property (readonly) <XCUIDevice>* device;
@property (readonly, nonatomic) XCUIApplication* application;
@property (readonly) XCUIElementQuery* query; (@synthesize query = _query;)
@property (retain) XCElementSnapshot* lastSnapshot; (@synthesize lastSnapshot = _lastSnapshot;)
@property (readonly, copy) NSString* compactDescription;
@property (readonly, copy) XCUIElement* elementBoundByAccessibilityElement;
@property BOOL safeQueryResolutionEnabled; (@synthesize safeQueryResolutionEnabled = _safeQueryResolutionEnabled;)
@property (readonly, nonatomic) long interfaceOrientation;
@property (readonly, copy) XCUICoordinate* hitPointCoordinate;
@property (readonly) BOOL isTouchBarElement;
@property (readonly) BOOL isTopLevelTouchBarElement;
@property (readonly) BOOL hasKeyboardFocus;
@property (readonly, copy) XCUIElement* includingNonModalElements;
@property (readonly, copy) XCUIElement* excludingNonModalElements;
@property (readonly) BOOL exists;
@property (readonly, getter=isHittable) BOOL hittable;
@property (readonly, copy) NSString* debugDescription;
@property (readonly) unsigned long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString* description;
@property (readonly) NSString* identifier;
@property (readonly) struct CGRect frame;
@property (readonly) id value;
@property (readonly, copy) NSString* title;
@property (readonly, copy) NSString* label;
@property (readonly) unsigned long elementType;
@property (readonly, getter=isEnabled) BOOL enabled;
@property (readonly) long horizontalSizeClass;
@property (readonly) long verticalSizeClass;
@property (readonly) NSString* placeholderValue;
@property (readonly, getter=isSelected) BOOL selected;
@property (readonly, copy) XCTLocalizableStringInfo* localizableStringInfo;
@property (readonly, copy) XCUIElementQuery* touchBars;
@property (readonly, copy) XCUIElementQuery* groups;
@property (readonly, copy) XCUIElementQuery* windows;
@property (readonly, copy) XCUIElementQuery* sheets;
@property (readonly, copy) XCUIElementQuery* drawers;
@property (readonly, copy) XCUIElementQuery* alerts;
@property (readonly, copy) XCUIElementQuery* dialogs;
@property (readonly, copy) XCUIElementQuery* buttons;
@property (readonly, copy) XCUIElementQuery* radioButtons;
@property (readonly, copy) XCUIElementQuery* radioGroups;
@property (readonly, copy) XCUIElementQuery* checkBoxes;
@property (readonly, copy) XCUIElementQuery* disclosureTriangles;
@property (readonly, copy) XCUIElementQuery* popUpButtons;
@property (readonly, copy) XCUIElementQuery* comboBoxes;
@property (readonly, copy) XCUIElementQuery* menuButtons;
@property (readonly, copy) XCUIElementQuery* toolbarButtons;
@property (readonly, copy) XCUIElementQuery* popovers;
@property (readonly, copy) XCUIElementQuery* keyboards;
@property (readonly, copy) XCUIElementQuery* keys;
@property (readonly, copy) XCUIElementQuery* navigationBars;
@property (readonly, copy) XCUIElementQuery* tabBars;
@property (readonly, copy) XCUIElementQuery* tabGroups;
@property (readonly, copy) XCUIElementQuery* toolbars;
@property (readonly, copy) XCUIElementQuery* statusBars;
@property (readonly, copy) XCUIElementQuery* tables;
@property (readonly, copy) XCUIElementQuery* tableRows;
@property (readonly, copy) XCUIElementQuery* tableColumns;
@property (readonly, copy) XCUIElementQuery* outlines;
@property (readonly, copy) XCUIElementQuery* outlineRows;
@property (readonly, copy) XCUIElementQuery* disclosedChildRows;
@property (readonly, copy) XCUIElementQuery* browsers;
@property (readonly, copy) XCUIElementQuery* collectionViews;
@property (readonly, copy) XCUIElementQuery* sliders;
@property (readonly, copy) XCUIElementQuery* pageIndicators;
@property (readonly, copy) XCUIElementQuery* progressIndicators;
@property (readonly, copy) XCUIElementQuery* activityIndicators;
@property (readonly, copy) XCUIElementQuery* segmentedControls;
@property (readonly, copy) XCUIElementQuery* pickers;
@property (readonly, copy) XCUIElementQuery* pickerWheels;
@property (readonly, copy) XCUIElementQuery* switches;
@property (readonly, copy) XCUIElementQuery* toggles;
@property (readonly, copy) XCUIElementQuery* links;
@property (readonly, copy) XCUIElementQuery* images;
@property (readonly, copy) XCUIElementQuery* icons;
@property (readonly, copy) XCUIElementQuery* searchFields;
@property (readonly, copy) XCUIElementQuery* scrollViews;
@property (readonly, copy) XCUIElementQuery* scrollBars;
@property (readonly, copy) XCUIElementQuery* staticTexts;
@property (readonly, copy) XCUIElementQuery* textFields;
@property (readonly, copy) XCUIElementQuery* secureTextFields;
@property (readonly, copy) XCUIElementQuery* datePickers;
@property (readonly, copy) XCUIElementQuery* textViews;
@property (readonly, copy) XCUIElementQuery* menus;
@property (readonly, copy) XCUIElementQuery* menuItems;
@property (readonly, copy) XCUIElementQuery* menuBars;
@property (readonly, copy) XCUIElementQuery* menuBarItems;
@property (readonly, copy) XCUIElementQuery* maps;
@property (readonly, copy) XCUIElementQuery* webViews;
@property (readonly, copy) XCUIElementQuery* steppers;
@property (readonly, copy) XCUIElementQuery* incrementArrows;
@property (readonly, copy) XCUIElementQuery* decrementArrows;
@property (readonly, copy) XCUIElementQuery* tabs;
@property (readonly, copy) XCUIElementQuery* timelines;
@property (readonly, copy) XCUIElementQuery* ratingIndicators;
@property (readonly, copy) XCUIElementQuery* valueIndicators;
@property (readonly, copy) XCUIElementQuery* splitGroups;
@property (readonly, copy) XCUIElementQuery* splitters;
@property (readonly, copy) XCUIElementQuery* relevanceIndicators;
@property (readonly, copy) XCUIElementQuery* colorWells;
@property (readonly, copy) XCUIElementQuery* helpTags;
@property (readonly, copy) XCUIElementQuery* mattes;
@property (readonly, copy) XCUIElementQuery* dockItems;
@property (readonly, copy) XCUIElementQuery* rulers;
@property (readonly, copy) XCUIElementQuery* rulerMarkers;
@property (readonly, copy) XCUIElementQuery* grids;
@property (readonly, copy) XCUIElementQuery* levelIndicators;
@property (readonly, copy) XCUIElementQuery* cells;
@property (readonly, copy) XCUIElementQuery* layoutAreas;
@property (readonly, copy) XCUIElementQuery* layoutItems;
@property (readonly, copy) XCUIElementQuery* handles;
@property (readonly, copy) XCUIElementQuery* otherElements;
@property (readonly, copy) XCUIElementQuery* statusItems;
@property (readonly) XCUIElement* firstMatch;
Instance Methods:
- (id) screenshot; (0x10eef7bf4)
- (BOOL) evaluatePredicateForExpectation:(id)arg1 debugMessage:(id*)arg2; (0x10ef39f6a)
- (id) descendantsMatchingType:(unsigned long)arg1; (0x10ef39605)
- (id) touchBars; (0x10ef3ca2b)
- (id) drawers; (0x10ef3ca87)
- (id) radioButtons; (0x10ef3cae3)
- (id) radioGroups; (0x10ef3cafa)
- (id) checkBoxes; (0x10ef3cb11)
- (id) disclosureTriangles; (0x10ef3cb28)
- (id) popUpButtons; (0x10ef3cb3f)
- (id) comboBoxes; (0x10ef3cb56)
- (id) menuButtons; (0x10ef3cb6d)
- (id) toolbarButtons; (0x10ef3cb84)
- (id) popovers; (0x10ef3cb9b)
- (id) navigationBars; (0x10ef3cbe0)
- (id) tabBars; (0x10ef3cbf7)
- (id) tabGroups; (0x10ef3cc25)
- (id) toolbars; (0x10ef3cc3c)
- (id) statusBars; (0x10ef3cc53)
- (id) tableRows; (0x10ef3cc81)
- (id) outlines; (0x10ef3ccaf)
- (id) outlineRows; (0x10ef3ccc6)
- (id) sliders; (0x10ef3cd5b)
- (id) pageIndicators; (0x10ef3cd72)
- (id) progressIndicators; (0x10ef3cd89)
- (id) activityIndicators; (0x10ef3cda0)
- (id) segmentedControls; (0x10ef3cdb7)
- (id) pickers; (0x10ef3cdce)
- (id) toggles; (0x10ef3ce13)
- (id) searchFields; (0x10ef3ce6f)
- (id) scrollViews; (0x10ef3ce86)
- (id) scrollBars; (0x10ef3ce9d)
- (id) staticTexts; (0x10ef3ceb4)
- (id) secureTextFields; (0x10ef3cee2)
- (id) datePickers; (0x10ef3cef9)
- (id) menus; (0x10ef3cf27)
- (id) menuBars; (0x10ef3cf55)
- (id) menuBarItems; (0x10ef3cf6c)
- (id) maps; (0x10ef3cf83)
- (id) steppers; (0x10ef3cfb1)
- (id) incrementArrows; (0x10ef3cfc8)
- (id) decrementArrows; (0x10ef3cfdf)
- (id) ratingIndicators; (0x10ef3d00d)
- (id) valueIndicators; (0x10ef3d024)
- (id) splitGroups; (0x10ef3d03b)
- (id) splitters; (0x10ef3d052)
- (id) relevanceIndicators; (0x10ef3d069)
- (id) colorWells; (0x10ef3d080)
- (id) helpTags; (0x10ef3d097)
- (id) mattes; (0x10ef3d0ae)
- (id) dockItems; (0x10ef3d0c5)
- (id) rulers; (0x10ef3d0dc)
- (id) rulerMarkers; (0x10ef3d0f3)
- (id) levelIndicators; (0x10ef3d121)
- (id) layoutAreas; (0x10ef3d14f)
- (id) otherElements; (0x10ef3d194)
- (id) statusItems; (0x10ef3d1ab)
- (id) firstMatch; (0x10ef398cb)
- (id) initWithElementQuery:(id)arg1; (0x10ef391e0)
- (BOOL) resolveOrRaiseTestFailure:(BOOL)arg1 error:(id*)arg2; (0x10ef3a97d)
- (id) makeNonExistenceExpectation; (0x10ef3a6e5)
- (id) _descendantsMatchingTypes:(id)arg1; (0x10ef39664)
- (id) childrenMatchingType:(unsigned long)arg1; (0x10ef396de)
- (id) _childrenMatchingTypes:(id)arg1; (0x10ef3973d)
- (id) includingNonModalElements; (0x10ef397b7)
- (id) excludingNonModalElements; (0x10ef39841)
- (id) _debugDescriptionWithSnapshot:(id)arg1 noMatchesMessage:(id)arg2; (0x10ef39c7b)
- (void) setSafeQueryResolutionEnabled:(BOOL)arg1; (0x10ef3d204)
- (BOOL) waitForExistenceWithTimeout:(double)arg1; (0x10ef3a48b)
- (BOOL) safeQueryResolutionEnabled; (0x10ef3d1f9)
- (void) resolveOrRaiseTestFailure; (0x10ef3a964)
- (id) valuesForAccessibilityAttributes:(id)arg1 error:(id*)arg2; (0x10ef3c406)
- (id) elementBoundByAccessibilityElement; (0x10ef39235)
- (BOOL) _waitForExistenceWithTimeout:(double)arg1; (0x10ef3a479)
- (BOOL) waitForNonExistenceWithTimeout:(double)arg1; (0x10ef3a75d)
- (id) valueForAccessibilityAttribute:(id)arg1 error:(id*)arg2; (0x10ef3c8bb)
- (id) hitPointCoordinate; (0x10ef3c9a8)
- (id) snapshotWithError:(id*)arg1; (0x10ef3d235)
- (void) _dispatchEvent:(id)arg1 eventBuilder:(^block)arg2; (0x10ef8ca99)
- (void) doubleTap; (0x10ef90040)
- (void) pressForDuration:(double)arg1; (0x10ef91d97)
- (void) _pressWithPressure:(double)arg1 pressDuration:(double)arg2 holdDuration:(double)arg3 releaseDuration:(double)arg4 activityTitle:(id)arg5; (0x10ef92629)
- (void) forcePress; (0x10ef95502)
- (void) pressWithPressure:(double)arg1 duration:(double)arg2; (0x10ef9557c)
- (BOOL) _allUIInterruptionsHandledForElementSnapshot:(id)arg1 error:(id*)arg2; (0x10ef8d717)
- (BOOL) _shouldDispatchEvent:(id*)arg1; (0x10ef8d34f)
- (BOOL) _dispatchEventWithEventBuilder:(^block)arg1 error:(id*)arg2; (0x10ef8c59d)
- (BOOL) _focusValidForElementSnapshot:(id)arg1 error:(id*)arg2; (0x10ef8e618)
- (id) _hitPointByAttemptingToScrollToVisibleSnapshot:(id)arg1 error:(id*)arg2; (0x10ef8ebe1)
- (void) _tapWithNumberOfTaps:(unsigned long)arg1 numberOfTouches:(unsigned long)arg2 activityTitle:(id)arg3; (0x10ef90704)
- (id) _pointsInFrame:(struct CGRect)arg1 numberOfTouches:(unsigned long)arg2; (0x10ef9039b)
- (id) _highestNonWindowAncestorOfElement:(id)arg1 notSharedWithElement:(id)arg2; (0x10ef90559)
- (void) twoFingerTap; (0x10ef90270)
- (void) tapWithNumberOfTaps:(unsigned long)arg1 numberOfTouches:(unsigned long)arg2; (0x10ef902d9)
- (void) pressForDuration:(double)arg1 thenDragToElement:(id)arg2; (0x10ef91fe9)
- (void) pinchWithScale:(double)arg1 velocity:(double)arg2; (0x10ef92d2b)
- (void) rotate:(double)arg1 withVelocity:(double)arg2; (0x10ef9302f)
- (id) _normalizedUISliderPositionForSnapshot:(id)arg1 isVertical:(BOOL*)arg2 error:(id*)arg3; (0x10ef932d6)
- (id) _normalizedSliderPositionForSnapshot:(id)arg1 isVertical:(BOOL*)arg2 error:(id*)arg3; (0x10ef93c8f)
- (id) _iOSSliderAdjustmentEventWithTargetPosition:(double)arg1 snapshot:(id)arg2 error:(id*)arg3; (0x10ef9356d)
- (void) tapOrClick; (0x10ef95602)
- (id) localizableStringInfo; (0x10ef3c11e)
- (BOOL) isTopLevelTouchBarElement; (0x10ef3c3b2)
- (BOOL) isTouchBarElement; (0x10ef3c35e)
- (id) disclosedChildRows; (0x10ef3ccdd)
- (void) typeText:(id)arg1; (0x10ef8ea5f)
- (id) pickerWheels; (0x10ef3cde5)
- (void) adjustToPickerWheelValue:(id)arg1; (0x10ef941c7)
- (id) coordinateWithNormalizedOffset:(struct CGVector)arg1; (0x10ef3c9de)
- (void) swipeLeft; (0x10ef92d00)
- (void) swipeRight; (0x10ef92d17)
- (void) swipeUp; (0x10ef92cd2)
- (void) swipeDown; (0x10ef92ce9)
- (double) normalizedSliderPosition; (0x10ef93e7e)
- (void) adjustToNormalizedSliderPosition:(double)arg1; (0x10ef93fc9)
- (id) title; (0x10ef3bdfa)
- (id) description; (0x10ef3991b)
- (id) debugDescription; (0x10ef39b86)
- (void) .cxx_destruct; (0x10ef3d20d)
- (id) identifier; (0x10ef3beba)
- (id) windows; (0x10ef3ca59)
- (struct CGRect) frame; (0x10ef3bd7d)
- (long) interfaceOrientation; (0x10ef3c226)
- (id) device; (0x10ef39397)
- (BOOL) isSelected; (0x10ef3bf6e)
- (id) images; (0x10ef3ce41)
- (id) menuItems; (0x10ef3cf3e)
- (BOOL) isEnabled; (0x10ef3bf1a)
- (id) label; (0x10ef3bfc2)
- (id) links; (0x10ef3ce2a)
- (long) horizontalSizeClass; (0x10ef3c0ca)
- (long) verticalSizeClass; (0x10ef3c076)
- (id) value; (0x10ef3bd1d)
- (unsigned long) traits; (0x10ef3c1d2)
- (id) alerts; (0x10ef3ca9e)
- (id) query; (0x10ef3d1c2)
- (void) tap; (0x10ef8fe02)
- (id) groups; (0x10ef3ca42)
- (id) keys; (0x10ef3cbc9)
- (id) textFields; (0x10ef3cecb)
- (id) handles; (0x10ef3d17d)
- (id) cells; (0x10ef3d138)
- (id) icons; (0x10ef3ce58)
- (id) browsers; (0x10ef3cd2d)
- (BOOL) exists; (0x10ef393e7)
- (id) application; (0x10ef39347)
- (id) collectionViews; (0x10ef3cd44)
- (id) compactDescription; (0x10ef39a1d)
- (id) buttons; (0x10ef3cacc)
- (unsigned long) elementType; (0x10ef3c022)
- (BOOL) isHittable; (0x10ef3c26a)
- (id) switches; (0x10ef3cdfc)
- (id) dialogs; (0x10ef3cab5)
- (id) tables; (0x10ef3cc6a)
- (BOOL) hasKeyboardFocus; (0x10ef3c17e)
- (id) placeholderValue; (0x10ef3be5a)
- (id) grids; (0x10ef3d10a)
- (id) timelines; (0x10ef3cff6)
- (id) tabs; (0x10ef3cc0e)
- (id) textViews; (0x10ef3cf10)
- (id) tableColumns; (0x10ef3cc98)
- (id) layoutItems; (0x10ef3d166)
- (id) keyboards; (0x10ef3cbb2)
- (id) webViews; (0x10ef3cf9a)
- (void) _swipe:(unsigned long)arg1; (0x10ef928a1)
- (void) setLastSnapshot:(id)arg1; (0x10ef3d1ea)
- (id) lastSnapshot; (0x10ef3d1d6)
- (id) sheets; (0x10ef3ca70)
Class Methods:
+ (BOOL) __old_unswizzled_automaticallyNotifiesObserversForKey:(id)arg1; (0x1116242f0)
+ (id) __old_unswizzled_keyPathsForValuesAffectingValueForKey:(id)arg1; (0x111624340)
+ (Class) safeCategoryBaseClass; (0x7fff46c99900)
+ (id) accessibilityBundles; (0x7fff46c4df7a)
+ (void) accessibilityInitializeBundle; (0x7fff46c4df74)
+ (void) _accessibilityUndoAttributedDecisionCaching:(id)arg1; (0x7fff46c5b54d)
+ (void) _accessibilityClearProcessedClasses:(id)arg1; (0x7fff46c5b92e)
+ (BOOL) _accessibilityHasUnitTestingOrientation; (0x7fff46c748c2)
+ (long) _accessibilityUnitTestingOrientation; (0x7fff46c748f4)
+ (id) _accessibilityTextChecker; (0x7fff46c71647)
+ (void) _accessibilityUpdateOpaqueFocusStateForTechnology:(id)arg1 oldElement:(id)arg2 newElement:(id)arg3; (0x7fff46c81d49)
+ (void) _accessibilitySetUnitTestingOrientation:(long)arg1; (0x7fff46c7485d)
+ (void) _accessibilityUnsetUnitTestingOrientation; (0x7fff46c748aa)
+ (double) performSelector:(SEL)arg1 withThreadKey:(id)arg2 count:(unsigned int)arg3 objects:(id)arg4; (0x7fff42d83273)
+ (double) performSelector:(SEL)arg1 withThreadKey:(id)arg2 waitTime:(double)arg3 cancelMask:(unsigned int)arg4 count:(unsigned int)arg5 objects:(id)arg6; (0x7fff42d83379)
+ (void) _accessibilityPerformValidations:(id)arg1; (0x7fff2e5e2515)
+ (id) fromPBCodable:(id)arg1; (0x7fff32838d72)
+ (BOOL) __accessibilityGuidedAccessStateEnabled; (0x7fff46da27e4)
+ (long) __accessibilityGuidedAccessRestrictionStateForIdentifier:(id)arg1; (0x7fff46da27ec)
+ (void) __accessibilityRequestGuidedAccessSession:(BOOL)arg1 completion:(^block)arg2; (0x7fff46da27f4)
+ (void) _installAppearanceSwizzlesForSetter:(id)arg1; (0x7fff47420669)
+ (BOOL) CA_automaticallyNotifiesObservers:(Class)arg1; (0x7fff2b1c1a91)
+ (?*) CA_setterForProperty:(const struct _CAPropertyInfo*)arg1; (0x7fff2b1c1a6d)
+ (?*) CA_getterForProperty:(const struct _CAPropertyInfo*)arg1; (0x7fff2b1c1a75)
+ (BOOL) CA_encodesPropertyConditionally:(unsigned int)arg1 type:(int)arg2; (0x7fff2b1c1a7d)
+ (id) CA_CAMLPropertyForKey:(id)arg1; (0x7fff2b1c1a99)
+ (id) bs_secureDataFromObject:(id)arg1; (0x7fff2fe9d8cc)
+ (id) bs_secureDecodedFromData:(id)arg1 withAdditionalClasses:(id)arg2; (0x7fff2fe9d590)
+ (BOOL) supportsBSXPCSecureCoding; (0x7fff2feabd3f)
+ (BOOL) bs_isPlistableType; (0x7fff2fe9cb4a)
+ (id) bs_secureDecodedFromData:(id)arg1; (0x7fff2fe9d14d)
+ (id) bs_secureObjectFromData:(id)arg1 ofClass:(Class)arg2; (0x7fff2fe9d8e6)
+ (id) bs_secureObjectFromData:(id)arg1 ofClasses:(id)arg2; (0x7fff2fe9d976)
+ (id) bs_dataFromObject:(id)arg1; (0x7fff2fe9d9b4)
+ (id) bs_objectFromData:(id)arg1; (0x7fff2fe9d9cb)
+ (id) bs_decodedFromData:(id)arg1; (0x7fff2fe9d9f8)
+ (BOOL) isSelectorExcludedFromWebScript:(SEL)arg1; (0x7fff4b9ad120)
+ (BOOL) isKeyExcludedFromWebScript:(const char*)arg1; (0x7fff4b9ad130)
+ (id) _webkit_invokeOnMainThread; (0x7fff4b9a2750)
+ (id) CKSQLiteClassName; (0x7fff231d0a91)
+ (BOOL) brc_swizzleInstanceMethod:(SEL)arg1 with:(SEL)arg2; (0x7fff30ff6a6d)
+ (BOOL) brc_swizzleClassMethod:(SEL)arg1 with:(SEL)arg2; (0x7fff30ff6b55)
+ (void) load; (0x7fff2572d4e2)
+ (long) version; (0x7fff2572d5a6)
+ (void) setVersion:(long)arg1; (0x7fff2572d59a)
+ (BOOL) implementsSelector:(SEL)arg1; (0x7fff2572d532)
+ (BOOL) instancesImplementSelector:(SEL)arg1; (0x7fff2572d510)
+ (void) cancelPreviousPerformRequestsWithTarget:(id)arg1; (0x7fff2574d339)
+ (BOOL) automaticallyNotifiesObserversForKey:(id)arg1; (0x7fff257063d9)
+ (void) cancelPreviousPerformRequestsWithTarget:(id)arg1 selector:(SEL)arg2 object:(id)arg3; (0x7fff2574cf6e)
+ (Class) classForKeyedUnarchiver; (0x7fff25719344)
+ (BOOL) accessInstanceVariablesDirectly; (0x7fff256f22f7)
+ (id) _createValuePrimitiveSetterWithContainerClassID:(id)arg1 key:(id)arg2; (0x7fff256f86ea)
+ (id) _createValuePrimitiveGetterWithContainerClassID:(id)arg1 key:(id)arg2; (0x7fff256f83fc)
+ (id) _createValueSetterWithContainerClassID:(id)arg1 key:(id)arg2; (0x7fff256f7337)
+ (id) _createValueGetterWithContainerClassID:(id)arg1 key:(id)arg2; (0x7fff256f6cb4)
+ (id) replacementObjectForPortCoder:(id)arg1; (0x7fff25835567)
+ (id) keyPathsForValuesAffectingValueForKey:(id)arg1; (0x7fff2570622b)
+ (id) _createMutableArrayValueGetterWithContainerClassID:(id)arg1 key:(id)arg2; (0x7fff256f22ff)
+ (id) _createMutableOrderedSetValueGetterWithContainerClassID:(id)arg1 key:(id)arg2; (0x7fff256f7647)
+ (id) _createMutableSetValueGetterWithContainerClassID:(id)arg1 key:(id)arg2; (0x7fff256f7cdf)
+ (id) _createOtherValueGetterWithContainerClassID:(id)arg1 key:(id)arg2; (0x7fff256f8378)
+ (id) _createOtherValueSetterWithContainerClassID:(id)arg1 key:(id)arg2; (0x7fff256f83ba)
+ (id) _keysForValuesAffectingValueForKey:(id)arg1; (0x7fff25706076)
+ (void) setKeys:(id)arg1 triggerChangeNotificationsForDependentKey:(id)arg2; (0x7fff2570661d)
+ (BOOL) _shouldAddObservationForwardersForKey:(id)arg1; (0x7fff25706708)
+ (id) classFallbacksForKeyedArchiver; (0x7fff25719337)
+ (struct objc_method_description*) instanceMethodDescriptionForSelector:(SEL)arg1; (0x7fff257bcdf0)
+ (struct objc_method_description*) methodDescriptionForSelector:(SEL)arg1; (0x7fff257bd00a)
+ (const char*) _localClassNameForClass; (0x7fff257b976b)
+ (id) SFSQLiteClassName; (0x7fff2bb4e435)
+ (id) init; (0x7fff23c705e0)
+ (id) description; (0x7fff23c701e0)
+ (void) dealloc; (0x7fff23c70660)
+ (void) load; (0x7fff23c6fd30)
+ (void) doesNotRecognizeSelector:(SEL)arg1; (0x7fff23c6fe10)
+ (id) instanceMethodSignatureForSelector:(SEL)arg1; (0x7fff23c6ffa0)
+ (id) methodSignatureForSelector:(SEL)arg1; (0x7fff23c70140)
+ (id) _copyDescription; (0x7fff23c702c0)
+ (id) __allocWithZone_OA:(struct _NSZone*)arg1; (0x7fff23c704a0)
+ (id) init; (0x7fff50bac5f7)
+ (BOOL) isEqual:(id)arg1; (0x7fff50bac3aa)
+ (Class) class; (0x7fff50bac2d7)
+ (id) self; (0x7fff50bac2d3)
+ (id) performSelector:(SEL)arg1; (0x7fff50bac46d)
+ (id) performSelector:(SEL)arg1 withObject:(id)arg2; (0x7fff50bac4a1)
+ (id) performSelector:(SEL)arg1 withObject:(id)arg2 withObject:(id)arg3; (0x7fff50bac4e4)
+ (BOOL) isProxy; (0x7fff50bac3b4)
+ (BOOL) isKindOfClass:(Class)arg1; (0x7fff50bac2e7)
+ (BOOL) isMemberOfClass:(Class)arg1; (0x7fff50bac2e0)
+ (BOOL) conformsToProtocol:(id)arg1; (0x7fff50bac36a)
+ (BOOL) respondsToSelector:(SEL)arg1; (0x7fff50bac35c)
+ (id) retain; (0x7fff50bac5d0)
+ (oneway void) release; (0x7fff50bac5e0)
+ (id) autorelease; (0x7fff50bac5e1)
+ (unsigned long) retainCount; (0x7fff50bac5e5)
+ (struct _NSZone*) zone; (0x7fff50bac5fc)
+ (unsigned long) hash; (0x7fff50bac3a6)
+ (Class) superclass; (0x7fff50bac2db)
+ (id) description; (0x7fff50bac58e)
+ (id) debugDescription; (0x7fff50bac591)
+ (void) dealloc; (0x7fff50bac5fb)
+ (id) alloc; (0x7fff50bac5ed)
+ (id) mutableCopy; (0x7fff50bac609)
+ (void) initialize; (0x7fff50bac2d2)
+ (id) copy; (0x7fff50bac601)
+ (id) copyWithZone:(struct _NSZone*)arg1; (0x7fff50bac605)
+ (id) allocWithZone:(struct _NSZone*)arg1; (0x7fff50bac5f2)
+ (id) mutableCopyWithZone:(struct _NSZone*)arg1; (0x7fff50bac60d)
+ (BOOL) instancesRespondToSelector:(SEL)arg1; (0x7fff50bac34c)
+ (id) new; (0x7fff50bac59e)
+ (void) doesNotRecognizeSelector:(SEL)arg1; (0x7fff50bac436)
+ (id) instanceMethodSignatureForSelector:(SEL)arg1; (0x7fff50bac52c)
+ (BOOL) _isDeallocating; (0x7fff50bac5d7)
+ (BOOL) isSubclassOfClass:(Class)arg1; (0x7fff50bac300)
+ (id) forwardingTargetForSelector:(SEL)arg1; (0x7fff50bac58b)
+ (?*) methodForSelector:(SEL)arg1; (0x7fff50bac40c)
+ (?*) instanceMethodForSelector:(SEL)arg1; (0x7fff50bac3b7)
+ (id) methodSignatureForSelector:(SEL)arg1; (0x7fff50bac53e)
+ (void) forwardInvocation:(id)arg1; (0x7fff50bac550)
+ (BOOL) _tryRetain; (0x7fff50bac5d4)
+ (BOOL) isFault; (0x7fff50bac3b1)
+ (BOOL) resolveClassMethod:(SEL)arg1; (0x7fff50bac430)
+ (BOOL) resolveInstanceMethod:(SEL)arg1; (0x7fff50bac433)
+ (BOOL) allowsWeakReference; (0x7fff50bac5da)
+ (BOOL) retainWeakReference; (0x7fff50bac5dd)
+ (BOOL) isAncestorOfObject:(id)arg1; (0x7fff50bac316)
Properties:
@property (nonatomic, setter=_setAccessibilityAutomationType:) unsigned long _accessibilityAutomationType;
@property (retain, nonatomic, setter=ax_setBuddyObservedTableViews:) NSMutableArray* ax_buddyObservedTableViews;
@property (retain, nonatomic, setter=ax_setBuddyDynamicHeightConstraints:) NSMutableArray* ax_buddyDynamicHeightConstraints;
@property (readonly, nonatomic) NSString* _atvaccessibilityITMLAccessibilityContent;
@property (nonatomic, setter=_axSetIsWrappedPointer:) BOOL _axIsWrappedPointer;
@property (readonly) unsigned long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString* description;
@property (readonly, copy) NSString* debugDescription;
@property (nonatomic) BOOL isAccessibilityElement; (@dynamic isAccessibilityElement;)
@property (copy, nonatomic) NSString* accessibilityLabel; (@dynamic accessibilityLabel;)
@property (copy, nonatomic) NSAttributedString* accessibilityAttributedLabel;
@property (copy, nonatomic) NSString* accessibilityHint; (@dynamic accessibilityHint;)
@property (copy, nonatomic) NSAttributedString* accessibilityAttributedHint;
@property (copy, nonatomic) NSString* accessibilityValue; (@dynamic accessibilityValue;)
@property (copy, nonatomic) NSAttributedString* accessibilityAttributedValue;
@property (nonatomic) unsigned long accessibilityTraits; (@dynamic accessibilityTraits;)
@property (nonatomic) struct CGRect accessibilityFrame; (@dynamic accessibilityFrame;)
@property (copy, nonatomic) UIBezierPath* accessibilityPath;
@property (nonatomic) struct CGPoint accessibilityActivationPoint; (@dynamic accessibilityActivationPoint;)
@property (retain, nonatomic) NSString* accessibilityLanguage; (@dynamic accessibilityLanguage;)
@property (nonatomic) BOOL accessibilityElementsHidden; (@dynamic accessibilityElementsHidden;)
@property (nonatomic) BOOL accessibilityViewIsModal; (@dynamic accessibilityViewIsModal;)
@property (nonatomic) BOOL shouldGroupAccessibilityChildren; (@dynamic shouldGroupAccessibilityChildren;)
@property (nonatomic) long accessibilityNavigationStyle;
@property (nonatomic) BOOL accessibilityRespondsToUserInteraction;
@property (retain, nonatomic) NSArray* accessibilityUserInputLabels;
@property (copy, nonatomic) NSArray* accessibilityAttributedUserInputLabels;
@property (copy, nonatomic) NSArray* accessibilityHeaderElements;
@property (retain, nonatomic) NSString* accessibilityTextualContext;
@property (retain, nonatomic) NSArray* accessibilityCustomActions;
@property (copy, nonatomic) NSString* accessibilityIdentifier;
@property (readonly, nonatomic) NSString* accessibilityLocalizedStringKey;
@property (retain, nonatomic) NSArray* accessibilityElements;
@property (nonatomic) long accessibilityContainerType;
@property (retain, nonatomic) NSArray* accessibilityCustomRotors;
@property (retain, getter=_traitStorageList, setter=_setTraitStorageList:) _UITraitStorageList* traitStorageList;
@property (readonly, nonatomic) UIDescriptionBuilder* _ui_descriptionBuilder;
@property (readonly) unsigned long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString* description;
@property (readonly, copy) NSString* debugDescription;
@property (readonly) unsigned long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString* description;
@property (readonly, copy) NSString* debugDescription;
@property (readonly) unsigned long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString* description;
@property (readonly, copy) NSString* debugDescription;
@property (readonly) unsigned long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString* description;
@property (readonly, copy) NSString* debugDescription;
@property void* observationInfo;
@property (readonly) Class classForKeyedArchiver;
@property (readonly, retain) id autoContentAccessingProxy;
@property (readonly) unsigned long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString* description;
@property (readonly, copy) NSString* debugDescription;
Instance Methods:
- (id) _accessibilityParentForSubview:(id)arg1; (0x1119625e8)
- (id) _accessibilityQuickSpeakContent; (0x7fff46c99a72)
- (id) _accessibilityQuickSpeakEnclosingSentence:(id*)arg1; (0x7fff46c9994e)
- (id) _accessibilityQuickSpeakTokenizer; (0x7fff46c99911)
- (BOOL) _accessibilityIsTextInput; (0x7fff46c99919)
- (BOOL) _accessibilityFontTraitEnabled:(id)arg1 enabledValue:(id)arg2; (0x110f0b010)
- (void) _accessibilityPostStyleOptionStatus:(id)arg1; (0x110f0b3f9)
- (id) accessibilityUserDefinedTraits; (0x7fff46c76d9c)
- (id) accessibilityUserDefinedLabel; (0x7fff46c767bd)
- (id) isAccessibilityUserDefinedElement; (0x7fff46c76e94)
- (id) accessibilityUserDefinedValue; (0x7fff46c7698c)
- (id) accessibilityLocalizationBundleID; (0x7fff46c76658)
- (id) accessibilityLocalizationBundlePath; (0x7fff46c7666a)
- (id) accessibilityLocalizedStringTableName; (0x7fff46c7667c)
- (id) accessibilityUserDefinedShouldGroupChildren; (0x7fff46c77380)
- (id) accessibilityUserDefinedDragSourceDescriptors; (0x7fff46c7787b)
- (id) accessibilityUserDefinedDropPointDescriptors; (0x7fff46c778aa)
- (id) _accessibilityCapturedImages; (0x7fff46c76a2c)
- (id) accessibilityUserDefinedFrame; (0x7fff46c76c7e)
- (id) accessibilityUserDefinedIdentifier; (0x7fff46c7707d)
- (id) accessibilityUserDefinedHint; (0x7fff46c76b63)
- (id) accessibilityUserDefinedContainer; (0x7fff46c77764)
- (id) accessibilityUserDefinedLanguage; (0x7fff46c76f89)
- (id) accessibilityUserDefinedActivationPoint; (0x7fff46c77203)
- (long) _accessibilityScrollPositionForCellOverride:(long)arg1; (0x110ed0f1a)
- (void) _accessibilitySetTextSelection:(struct _NSRange)arg1; (0x110f0b9f8)
- (void) accessibilityClearInternalData; (0x110f0eb4b)
- (long) _emojiCompare:(id)arg1; (0x110f2670f)
- (BOOL) __accessibilityRespondsToTextInput; (0x110f35dc6)
- (id) _accessibilityFindDescendant:(^block)arg1; (0x7fff46c6867d)
- (void) _accessibilityLoadAccessibilityInformation; (0x7fff46c6fc71)
- (void) accessibilityIncrement; (0x7fff46c4dfd2)
- (void) accessibilityDecrement; (0x7fff46c4e00f)
- (BOOL) _accessibilityOverridesInstructionsHint; (0x7fff46c5546d)
- (id) _accessibilityViewController; (0x7fff46c55475)
- (id) _accessibilityFindAncestor:(^block)arg1 startWithSelf:(BOOL)arg2; (0x7fff46c685cc)
- (id) _accessibilityAncestorIsKindOf:(Class)arg1; (0x7fff46c68206)
- (void) accessibilityZoomInAtPoint:(struct CGPoint)arg1; (0x7fff46c6eac3)
- (void) accessibilityZoomOutAtPoint:(struct CGPoint)arg1; (0x7fff46c6eb1c)
- (id) _accessibilityHitTest:(struct CGPoint)arg1 withEvent:(id)arg2; (0x7fff46c4e09e)
- (id) _accessibilityStringForLabelKeyValues:(id)arg1; (0x7fff46c5619a)
- (id) _accessibilitySupplementaryFooterViews; (0x7fff46c64434)
- (void) _setAccessibilityLabelBlock:(^block)arg1; (0x7fff46c786aa)
- (BOOL) _accessibilitySupportsActivateAction; (0x7fff46c54b1d)
- (void) _setAccessibilityTraitsBlock:(^block)arg1; (0x7fff46c7871d)
- (BOOL) _accessibilityIsFKARunningForFocusItem; (0x7fff46c6510a)
- (void) _setIsAccessibilityElementBlock:(^block)arg1; (0x7fff46c78696)
- (BOOL) _accessibilityServesAsFirstElement; (0x7fff46c58afa)
- (BOOL) _accessibilityOnlyComparesByXAxis; (0x7fff46c6d70c)
- (id) _accessibilityWindow; (0x7fff46c648bc)
- (void) _accessibilitySetCameraIrisOpen:(BOOL)arg1; (0x7fff46c6fb43)
- (id) _accessibilityFindSubviewDescendantsPassingTest:(^block)arg1; (0x7fff46c68b7c)
- (unsigned int) _accessibilityMediaAnalysisOptions; (0x7fff46c533dc)
- (id) _accessibilityViewAncestorIsKindOf:(Class)arg1; (0x7fff46c68146)
- (id) _accessibilitySpeakThisString; (0x7fff46c5afeb)
- (void) _setAccessibilityUpdatesOnActivationAfterDelay:(BOOL)arg1; (0x7fff46c5aa38)
- (BOOL) isAccessibilityOpaqueElementProvider; (0x7fff46c65955)
- (void) _setAccessibilityValueBlock:(^block)arg1; (0x7fff46c786ef)
- (id) _accessibilityUserTestingElementBaseType; (0x7fff46c8aa2d)
- (id) _accessibilityPhotoDescription; (0x7fff46c70c4e)
- (BOOL) _accessibilityIsDescendantOfElement:(id)arg1; (0x7fff46c67e96)
- (id) _accessibilityFindSubviewDescendant:(^block)arg1; (0x7fff46c68980)
- (long) _accessibilityScannerActivateBehavior; (0x7fff46c7ce72)
- (BOOL) _accessibilityIsSpeakThisElement; (0x7fff46c5acf8)
- (void) _accessibilitySetUsesScrollParentForOrdering:(BOOL)arg1; (0x7fff46c534b3)
- (long) _accessibilityCompareElement:(id)arg1 toElement:(id)arg2; (0x7fff46c6a424)
- (BOOL) _accessibilityOverridesInvisibility; (0x7fff46c69b70)
- (id) accessibilityPlaceholderValue; (0x7fff46c54aec)
- (BOOL) _accessibilitySpeakThisIgnoresAccessibilityElementStatus; (0x7fff46c5b271)
- (BOOL) _accessibilityCanBeFirstResponder; (0x7fff46c639ba)
- (BOOL) _accessibilityHasTextOperations; (0x7fff46c6f698)
- (id)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment