14 lines
210 B
Objective-C
14 lines
210 B
Objective-C
//
|
|
// TemporaryHost.m
|
|
// Moonlight
|
|
//
|
|
// Created by Cameron Gutman on 12/1/15.
|
|
// Copyright © 2015 Moonlight Stream. All rights reserved.
|
|
//
|
|
|
|
#import "TemporaryHost.h"
|
|
|
|
@implementation TemporaryHost
|
|
|
|
@end
|