Tests-Prefix.pch 234 B

1234567891011
  1. //
  2. // Prefix header
  3. //
  4. // The contents of this file are implicitly included at the beginning of every source file.
  5. //
  6. #ifdef __OBJC__
  7. #import <Cocoa/Cocoa.h>
  8. #import <XCTest/XCTest.h>
  9. #import "FMDBTempDBTests.h"
  10. #endif