mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-16 05:30:58 +00:00
764f051318
- now runs universally on iPhone, iPad, and simulator - all paths should now be relative
15 lines
274 B
Objective-C
15 lines
274 B
Objective-C
//
|
|
// StreamFrameViewController.h
|
|
// Limelight-iOS
|
|
//
|
|
// Created by Diego Waxemberg on 1/18/14.
|
|
// Copyright (c) 2014 Diego Waxemberg. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "StreamView.h"
|
|
|
|
@interface StreamFrameViewController : UIViewController
|
|
|
|
@end
|