XCTDarwinNotificationExpectation.h 622 B

1234567891011121314151617181920212223
  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 NSString, _XCTDarwinNotificationExpectationImplementation;
  8. @interface XCTDarwinNotificationExpectation : XCTestExpectation
  9. {
  10. id _internal;
  11. }
  12. @property(retain) _XCTDarwinNotificationExpectationImplementation *internal; // @synthesize internal=_internal;
  13. @property(copy) CDUnknownBlockType handler;
  14. @property(readonly, copy) NSString *notificationName;
  15. - (void)cleanup;
  16. - (void)fulfill;
  17. - (id)initWithNotificationName:(id)arg1;
  18. @end