XCTestContextScope.h 491 B

12345678910111213141516171819
  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. @class NSMutableArray;
  7. @interface XCTestContextScope : NSObject
  8. {
  9. XCTestContextScope *_parentScope;
  10. NSMutableArray *_handlers;
  11. }
  12. @property(copy) NSMutableArray *handlers; // @synthesize handlers=_handlers;
  13. @property(readonly) XCTestContextScope *parentScope; // @synthesize parentScope=_parentScope;
  14. - (id)initWithParentScope:(id)arg1;
  15. @end