mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-18 14:40:56 +00:00
Adding tvOS target
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// moonlight_common_tv.h
|
||||
// moonlight-common-tv
|
||||
//
|
||||
// Created by Diego Waxemberg on 8/25/18.
|
||||
// Copyright © 2018 Moonlight Stream. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface moonlight_common_tv : NSObject
|
||||
|
||||
@end
|
||||
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// moonlight_common_tv.m
|
||||
// moonlight-common-tv
|
||||
//
|
||||
// Created by Diego Waxemberg on 8/25/18.
|
||||
// Copyright © 2018 Moonlight Stream. All rights reserved.
|
||||
//
|
||||
|
||||
#import "moonlight_common_tv.h"
|
||||
|
||||
@implementation moonlight_common_tv
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user