XCTNSPredicateExpectation.h 640 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/XCTestExpectation.h>
  7. @class NSPredicate, _XCTNSPredicateExpectationImplementation;
  8. @interface XCTNSPredicateExpectation : XCTestExpectation
  9. {
  10. id _internal;
  11. }
  12. @property(retain) _XCTNSPredicateExpectationImplementation *internal; // @synthesize internal=_internal;
  13. @property(copy) CDUnknownBlockType handler;
  14. @property(readonly, copy) NSPredicate *predicate;
  15. @property(readonly) id object;
  16. - (void)cleanup;
  17. - (void)fulfill;
  18. - (id)initWithPredicate:(id)arg1 object:(id)arg2;
  19. @end