14 lines
200 B
Objective-C
14 lines
200 B
Objective-C
//
|
|
// ServiceSetup.m
|
|
// ServiceSetup
|
|
//
|
|
// Created by Joseph Henry on 2/15/16.
|
|
// Copyright © 2016 ZeroTier. All rights reserved.
|
|
//
|
|
|
|
#import "ServiceSetup.h"
|
|
|
|
@implementation ServiceSetup
|
|
|
|
@end
|