XCSynthesizedEventRecord.h 933 B

12345678910111213141516171819202122232425262728293031
  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. @class NSArray, NSMutableArray, NSString, XCPointerEventPath;
  7. @interface XCSynthesizedEventRecord : NSObject <NSSecureCoding>
  8. {
  9. NSMutableArray *_eventPaths;
  10. NSString *_name;
  11. #if !TARGET_OS_TV
  12. UIInterfaceOrientation _interfaceOrientation;
  13. #endif
  14. }
  15. #if !TARGET_OS_TV
  16. @property(readonly) UIInterfaceOrientation interfaceOrientation; // @synthesize interfaceOrientation=_interfaceOrientation;
  17. #endif
  18. @property(readonly, copy) NSString *name; // @synthesize name=_name;
  19. @property(readonly) double maximumOffset;
  20. @property(readonly) NSArray *eventPaths;
  21. - (void)addPointerEventPath:(XCPointerEventPath *)arg1;
  22. #if !TARGET_OS_TV
  23. - (id)initWithName:(NSString *)arg1 interfaceOrientation:(UIInterfaceOrientation)arg2;
  24. #endif
  25. - (id)init;
  26. - (BOOL)synthesizeWithError:(NSError **)arg1;
  27. @end