2014-11-26 17:57:16 -05:00

18 lines
221 B
Objective-C

//
// Host.m
// Limelight
//
// Created by Diego Waxemberg on 10/28/14.
// Copyright (c) 2014 Limelight Stream. All rights reserved.
//
#import "Host.h"
@implementation Host
@dynamic address;
@dynamic name;
@end