XCTElementSetTransformer-Protocol.h 717 B

123456789101112131415161718
  1. //
  2. // Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21).
  3. //
  4. // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard.
  5. //
  6. @class NSOrderedSet, NSSet, NSString;
  7. @protocol XCTMatchingElementIterator;
  8. @protocol XCTElementSetTransformer <NSObject>
  9. @property BOOL stopsOnFirstMatch;
  10. @property(readonly) BOOL supportsAttributeKeyPathAnalysis;
  11. @property(copy) NSString *transformationDescription;
  12. @property(readonly) BOOL supportsRemoteEvaluation;
  13. - (NSSet *)requiredKeyPathsOrError:(id *)arg1;
  14. - (id <XCTMatchingElementIterator>)iteratorForInput:(id/*XCElementSnapshot*/)arg1;
  15. - (NSOrderedSet *)transform:(NSOrderedSet *)arg1 relatedElements:(id *)arg2;
  16. @end