mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-07-02 15:56:21 +00:00
18 lines
299 B
Objective-C
18 lines
299 B
Objective-C
//
|
|
// Host.h
|
|
// Moonlight
|
|
//
|
|
// Created by Diego Waxemberg on 7/10/15.
|
|
// Copyright © 2015 Limelight Stream. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <CoreData/CoreData.h>
|
|
#import "Utils.h"
|
|
|
|
@interface Host : NSManagedObject
|
|
|
|
@end
|
|
|
|
#import "Host+CoreDataProperties.h"
|