_XCTNSNotificationExpectationImplementation.h 1.1 KB

123456789101112131415161718192021222324252627282930
  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 NSNotificationCenter, NSObject<OS_dispatch_queue>, NSString, XCTNSNotificationExpectation;
  8. @interface _XCTNSNotificationExpectationImplementation : NSObject
  9. {
  10. XCTNSNotificationExpectation *_expectation;
  11. id _observedObject;
  12. NSString *_notificationName;
  13. NSNotificationCenter *_notificationCenter;
  14. CDUnknownBlockType _handler;
  15. NSObject<OS_dispatch_queue> *_queue;
  16. BOOL _hasCleanedUp;
  17. }
  18. @property(readonly) NSNotificationCenter *notificationCenter; // @synthesize notificationCenter=_notificationCenter;
  19. @property(readonly, copy) NSString *notificationName; // @synthesize notificationName=_notificationName;
  20. @property(readonly) id observedObject; // @synthesize observedObject=_observedObject;
  21. @property(copy) CDUnknownBlockType handler;
  22. - (void)cleanup;
  23. - (void)_observeExpectedNotification:(id)arg1;
  24. - (id)initWithName:(id)arg1 object:(id)arg2 notificationCenter:(id)arg3 expectation:(id)arg4;
  25. @end