mirror of
https://github.com/devicekit/DeviceKit.git
synced 2026-05-17 10:20:34 +00:00
19 lines
690 B
C
19 lines
690 B
C
//===----------------------------------------------------------------------===//
|
|
//
|
|
// 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[];
|