XCSynthesizedEventRecord.h 962 B

1234567891011121314151617181920212223242526272829303132
  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)initWithName:(id)arg1;
  26. - (id)init;
  27. - (BOOL)synthesizeWithError:(NSError **)arg1;
  28. @end