ExpectaObject+FBSnapshotTest.h 357 B

1234567891011121314151617
  1. //
  2. // ExpectaObject+FBSnapshotTest.h
  3. // Expecta+Snapshots
  4. //
  5. // Created by John Boiles on 8/3/15.
  6. // Copyright (c) 2015 Expecta+Snapshots All rights reserved.
  7. //
  8. #import <Expecta/ExpectaObject.h>
  9. @interface Expecta (FBSnapshotTest)
  10. + (void)setUsesDrawViewHierarchyInRect:(BOOL)usesDrawViewHierarchyInRect;
  11. + (BOOL)usesDrawViewHierarchyInRect;
  12. @end