_XCTDarwinNotificationExpectationImplementation.h 785 B

123456789101112131415161718192021222324252627
  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>, NSString, XCTDarwinNotificationExpectation;
  8. @interface _XCTDarwinNotificationExpectationImplementation : NSObject
  9. {
  10. XCTDarwinNotificationExpectation *_expectation;
  11. NSString *_notificationName;
  12. int _notifyToken;
  13. CDUnknownBlockType _handler;
  14. NSObject<OS_dispatch_queue> *_queue;
  15. BOOL _hasCleanedUp;
  16. }
  17. @property(readonly, copy) NSString *notificationName; // @synthesize notificationName=_notificationName;
  18. @property(copy) CDUnknownBlockType handler;
  19. - (void)cleanup;
  20. - (void)_handleNotification;
  21. - (id)initWithNotificationName:(id)arg1 expectation:(id)arg2;
  22. @end