20 lines
496 B
Objective-C
20 lines
496 B
Objective-C
//
|
|
// Database.h
|
|
// Database
|
|
//
|
|
// Created by Brent Simmons on 7/3/17.
|
|
// Copyright © 2017 Ranchero Software. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
//! Project version number for Database.
|
|
FOUNDATION_EXPORT double DatabaseVersionNumber;
|
|
|
|
//! Project version string for Database.
|
|
FOUNDATION_EXPORT const unsigned char DatabaseVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <Database/PublicHeader.h>
|
|
|
|
|