Files
DeviceKit/DeviceKit.h
Dennis Weissmann 762124d397 new swiftlint rules
use swiftformat to format source code
new (well, Swift 3) operator syntax (static funcs instead of global ones)
bump version to 1.0.1
new implementation of `isZoomed` (which hopefully works now), this closes #59
2017-01-15 11:12:34 +01:00

15 lines
303 B
C

//
// DeviceKit.h
// DeviceKit
//
// Created by Dennis Weissmann on 8/12/16.
//
@import Foundation;
//! Project version number for DeviceKit.
FOUNDATION_EXPORT double DeviceKitVersionNumber;
//! Project version string for DeviceKit.
FOUNDATION_EXPORT const unsigned char DeviceKitVersionString[];