-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMySQL.h
More file actions
30 lines (24 loc) · 884 Bytes
/
MySQL.h
File metadata and controls
30 lines (24 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
//
// MySQL.h
// MySQL
//
// Created by Kyle Jessup on 2015-10-20.
// Copyright (C) 2015 PerfectlySoft, Inc.
//
//===----------------------------------------------------------------------===//
//
// This source file is part of the Perfect.org open source project
//
// Copyright (c) 2015 - 2016 PerfectlySoft Inc. and the Perfect project authors
// Licensed under Apache License v2.0
//
// See http://perfect.org/licensing.html for license information
//
//===----------------------------------------------------------------------===//
//
#import <Cocoa/Cocoa.h>
//! Project version number for MySQL.
FOUNDATION_EXPORT double MySQLVersionNumber;
//! Project version string for MySQL.
FOUNDATION_EXPORT const unsigned char MySQLVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <MySQL/PublicHeader.h>