XCUIRecorderNodeFinderMatch.h 937 B

12345678910111213141516171819202122232425
  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 NSMutableArray, NSSet, XCSourceCodeTreeNode, XCUIRecorderNodeFinder;
  7. @interface XCUIRecorderNodeFinderMatch : NSObject
  8. {
  9. NSSet *_matchingSnapshots;
  10. XCSourceCodeTreeNode *_node;
  11. XCUIRecorderNodeFinder *_ancestorFinder;
  12. NSMutableArray *_descendantFinders;
  13. }
  14. @property(retain) NSMutableArray *descendantFinders; // @synthesize descendantFinders=_descendantFinders;
  15. @property(retain) XCUIRecorderNodeFinder *ancestorFinder; // @synthesize ancestorFinder=_ancestorFinder;
  16. @property(retain) XCSourceCodeTreeNode *node; // @synthesize node=_node;
  17. @property(copy) NSSet *matchingSnapshots; // @synthesize matchingSnapshots=_matchingSnapshots;
  18. - (void)invalidate;
  19. - (id)nodeIncludingDescendants;
  20. - (id)initWithNode:(id)arg1 matchingSnapshots:(id)arg2 ancestorFinder:(id)arg3;
  21. @end