forked from devicekit/DeviceKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDeviceKit.h
More file actions
18 lines (15 loc) · 690 Bytes
/
DeviceKit.h
File metadata and controls
18 lines (15 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//===----------------------------------------------------------------------===//
//
// This source file is part of the DeviceKit open source project
//
// Copyright © 2014 - 2017 Dennis Weissmann and the DeviceKit project authors
//
// License: https://github.com/dennisweissmann/DeviceKit/blob/master/LICENSE
// Contributors: https://github.com/dennisweissmann/DeviceKit#contributors
//
//===----------------------------------------------------------------------===//
@import Foundation;
//! Project version number for DeviceKit.
FOUNDATION_EXPORT double DeviceKitVersionNumber;
//! Project version string for DeviceKit.
FOUNDATION_EXPORT const unsigned char DeviceKitVersionString[];