1234567891011121314151617181920 |
- //
- // iOSDebugDatabase.h
- // iOSDebugDatabase
- //
- // Created by Jan Chaloupecky on 16.12.17.
- // Copyright © 2017 wentian. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- //! Project version number for iOSDebugDatabase.
- FOUNDATION_EXPORT double iOSDebugDatabaseVersionNumber;
- //! Project version string for iOSDebugDatabase.
- FOUNDATION_EXPORT const unsigned char iOSDebugDatabaseVersionString[];
- // In this header, you should import all the public headers of your framework using statements like
- #import <iOSDebugDatabase/DebugDatabaseManager.h>
|