mirror of
https://github.com/devicekit/DeviceKit.git
synced 2026-06-16 10:24:30 +00:00
20 lines
444 B
C
20 lines
444 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[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <DeviceKit/PublicHeader.h>
|
|
|
|
|