mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-07-02 15:56:21 +00:00
19 lines
292 B
Objective-C
19 lines
292 B
Objective-C
//
|
|
// App.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>
|
|
|
|
@class Host;
|
|
|
|
@interface App : NSManagedObject
|
|
|
|
@end
|
|
|
|
#import "App+CoreDataProperties.h"
|