mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-07-02 15:56:21 +00:00
17 lines
309 B
Objective-C
17 lines
309 B
Objective-C
//
|
|
// StreamView.h
|
|
// Limelight
|
|
//
|
|
// Created by Cameron Gutman on 10/19/14.
|
|
// Copyright (c) 2014 Limelight Stream. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "ControllerSupport.h"
|
|
|
|
@interface StreamView : UIView
|
|
|
|
- (void) setupOnScreenControls:(ControllerSupport*)controllerSupport;
|
|
|
|
@end
|