forked from PerfectlySoft/Perfect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMongoDB.h
30 lines (24 loc) · 914 Bytes
/
MongoDB.h
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
//
// MongoDB.h
// MongoDB
//
// Created by Kyle Jessup on 2015-11-18.
// Copyright © 2015 PerfectlySoft. All rights reserved.
//
//===----------------------------------------------------------------------===//
//
// 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 MongoDB.
FOUNDATION_EXPORT double MongoDBVersionNumber;
//! Project version string for MongoDB.
FOUNDATION_EXPORT const unsigned char MongoDBVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <MongoDB/PublicHeader.h>