mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-07-03 08:15:31 +00:00
14 lines
218 B
Objective-C
14 lines
218 B
Objective-C
//
|
|
// Controller.m
|
|
// Moonlight
|
|
//
|
|
// Created by Cameron Gutman on 2/11/19.
|
|
// Copyright © 2019 Moonlight Game Streaming Project. All rights reserved.
|
|
//
|
|
|
|
#include "Controller.h"
|
|
|
|
@implementation Controller
|
|
|
|
@end
|