2015-07-10 21:22:57 -07:00

18 lines
252 B
Objective-C

//
// Host.m
// Moonlight
//
// Created by Diego Waxemberg on 7/10/15.
// Copyright © 2015 Limelight Stream. All rights reserved.
//
#import "Host.h"
@implementation Host
@dynamic pairState;
@synthesize online;
@synthesize activeAddress;
@end