mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-07-25 21:52:31 +00:00
16 lines
246 B
Objective-C
16 lines
246 B
Objective-C
//
|
|
// ViewController.h
|
|
// Moonlight TV
|
|
//
|
|
// Created by Diego Waxemberg on 8/25/18.
|
|
// Copyright © 2018 Moonlight Game Streaming Project. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface ViewController : UIViewController
|
|
|
|
|
|
@end
|
|
|