iOSDebugDatabase.h 554 B

1234567891011121314151617181920
  1. //
  2. // iOSDebugDatabase.h
  3. // iOSDebugDatabase
  4. //
  5. // Created by Jan Chaloupecky on 16.12.17.
  6. // Copyright © 2017 wentian. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. //! Project version number for iOSDebugDatabase.
  10. FOUNDATION_EXPORT double iOSDebugDatabaseVersionNumber;
  11. //! Project version string for iOSDebugDatabase.
  12. FOUNDATION_EXPORT const unsigned char iOSDebugDatabaseVersionString[];
  13. // In this header, you should import all the public headers of your framework using statements like
  14. #import <iOSDebugDatabase/DebugDatabaseManager.h>