Files
DeviceKit/DeviceKit.h
T
2017-07-15 17:04:09 +02:00

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[];