mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-07-03 16:26:07 +00:00
16 lines
241 B
Objective-C
16 lines
241 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>
|
|
|
|
@interface StreamView : UIView
|
|
|
|
- (void) setupOnScreenControls;
|
|
|
|
@end
|