_XCTNSPredicateExpectationImplementation.h 918 B

1234567891011121314151617181920212223242526272829
  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 "NSObject.h"
  7. @class NSObject<OS_dispatch_queue>, NSPredicate, NSString, NSTimer, XCTNSPredicateExpectation;
  8. @interface _XCTNSPredicateExpectationImplementation : NSObject
  9. {
  10. XCTNSPredicateExpectation *_expectation;
  11. id <XCTNSPredicateExpectationObject> _object;
  12. NSPredicate *_predicate;
  13. CDUnknownBlockType _handler;
  14. NSTimer *_timer;
  15. NSObject<OS_dispatch_queue> *_queue;
  16. BOOL _hasCleanedUp;
  17. }
  18. @property(readonly, copy) NSPredicate *predicate; // @synthesize predicate=_predicate;
  19. @property(readonly) id <XCTNSPredicateExpectationObject> object; // @synthesize object=_object;
  20. @property(copy) CDUnknownBlockType handler;
  21. - (void)cleanup;
  22. - (void)_considerFulfilling;
  23. - (id)initWithPredicate:(id)arg1 object:(id)arg2 expectation:(id)arg3;
  24. @end