mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-02-16 02:20:53 +00:00
14 lines
247 B
Objective-C
14 lines
247 B
Objective-C
//
|
|
// 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
|