Added Objective-C example

This commit is contained in:
Joseph Henry
2017-10-19 17:12:45 -07:00
parent 1f00f48a6e
commit 4f6908bb7c
6 changed files with 357 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
//
// libztWrapper.hpp
// libztExampleApp
//
// Created by Joseph Henry on 10/19/17.
// Copyright © 2017 ZeroTier, Inc. All rights reserved.
//
#ifndef libztWrapper_hpp
#define libztWrapper_hpp
#include <stdio.h>
#endif /* libztWrapper_hpp */