XCUIDevice.h 828 B

123456789101112131415161718192021222324252627282930
  1. //
  2. // Generated by class-dump 3.5 (64 bit).
  3. //
  4. // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
  5. //
  6. #import <XCTest/XCUIDevice.h>
  7. @interface XCUIDevice ()
  8. // Since Xcode 10.2
  9. @property (readonly) id accessibilityInterface; // implements XCUIAccessibilityInterface
  10. @property (readonly) id eventSynthesizer; // implements XCUIEventSynthesizing
  11. @property (readonly) id screenDataSource; // @synthesize screenDataSource=_screenDataSource;
  12. - (_Bool)performDeviceEvent:(id)arg1 error:(id *)arg2;
  13. // Since Xcode 13
  14. // 1 - Light
  15. // 2 - Dark
  16. - (void)setAppearanceMode:(long long)arg1;
  17. - (long long)appearanceMode;
  18. - (void)pressLockButton;
  19. - (void)holdHomeButtonForDuration:(double)arg1;
  20. - (void)_silentPressButton:(long long)arg1;
  21. // Since Xcode 11
  22. - (_Bool)supportsPressureInteraction;
  23. @end