XCUIScreen.h 1.0 KB

123456789101112131415161718192021222324252627
  1. //
  2. // Generated by class-dump 3.5 (64 bit) (Debug version compiled Nov 29 2017 14:55:25).
  3. //
  4. // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
  5. //
  6. @interface XCUIScreen()
  7. {
  8. _Bool _isMainScreen;
  9. long long _displayID;
  10. }
  11. @property(readonly) _Bool isMainScreen; // @synthesize isMainScreen=_isMainScreen;
  12. @property(readonly) long long displayID; // @synthesize displayID=_displayID;
  13. - (id)_clippedScreenshotData:(id)arg1 quality:(long long)arg2 rect:(struct CGRect)arg3 scale:(double)arg4;
  14. - (id)_screenshotDataForQuality:(long long)arg1 rect:(struct CGRect)arg2 error:(id *)arg3;
  15. - (id)screenshotDataForQuality:(long long)arg1 rect:(struct CGRect)arg2 error:(id *)arg3;
  16. - (id)screenshotDataForQuality:(long long)arg1 rect:(struct CGRect)arg2;
  17. - (id)_modernScreenshotDataForQuality:(long long)arg1 rect:(struct CGRect)arg2 error:(id *)arg3;
  18. - (id)screenshot;
  19. - (id)_imageFromData:(id)arg1;
  20. - (double)scale;
  21. - (id)initWithDisplayID:(long long)arg1 isMainScreen:(_Bool)arg2 device:(id)arg3 screenDataSource:(id)arg4;
  22. @end