// // Host.m // Moonlight // // Created by Diego Waxemberg on 10/28/14. // Copyright (c) 2014 Moonlight Stream. All rights reserved. // #import "Host.h" @implementation Host @dynamic name; @dynamic address; @dynamic localAddress; @dynamic externalAddress; @dynamic uuid; @dynamic mac; @dynamic pairState; @synthesize online; @end