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