// // Host.h // Moonlight // // Created by Diego Waxemberg on 7/10/15. // Copyright © 2015 Limelight Stream. All rights reserved. // #import #import #import "Utils.h" @interface Host : NSManagedObject @end #import "Host+CoreDataProperties.h"