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