14 lines
215 B
Objective-C
14 lines
215 B
Objective-C
//
|
|
// ServiceSetup.h
|
|
// ServiceSetup
|
|
//
|
|
// Created by Joseph Henry on 2/15/16.
|
|
// Copyright © 2016 ZeroTier. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface ServiceSetup : NSObject
|
|
|
|
@end
|