XCUIElementHitPointCoordinate.h 528 B

123456789101112131415161718192021222324
  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/XCUICoordinate.h>
  7. #import <TargetConditionals.h>
  8. #if !TARGET_OS_IPHONE
  9. @interface XCUIElementHitPointCoordinate : XCUICoordinate
  10. {
  11. }
  12. - (id)description;
  13. - (struct CGPoint)screenPoint;
  14. - (id)initWithCoordinate:(id)arg1 pointsOffset:(struct CGVector)arg2;
  15. - (id)initWithElement:(id)arg1 normalizedOffset:(struct CGVector)arg2;
  16. - (id)initWithElement:(id)arg1;
  17. @end
  18. #endif