You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
540 B
19 lines
540 B
// |
|
// ZeroTierSDK_iOS.h |
|
// ZeroTierSDK_iOS |
|
// |
|
// Created by Joseph Henry on 6/15/16. |
|
// Copyright © 2016 ZeroTier Inc. All rights reserved. |
|
// |
|
|
|
#import <UIKit/UIKit.h> |
|
|
|
//! Project version number for ZeroTierSDK_iOS. |
|
FOUNDATION_EXPORT double ZeroTierSDK_iOSVersionNumber; |
|
|
|
//! Project version string for ZeroTierSDK_iOS. |
|
FOUNDATION_EXPORT const unsigned char ZeroTierSDK_iOSVersionString[]; |
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <ZeroTierSDK_iOS/PublicHeader.h> |
|
|
|
|
|
|