mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 22:23:31 +00:00
starting steam and paring work
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// StreamManager.h
|
||||
// Limelight
|
||||
//
|
||||
// Created by Diego Waxemberg on 10/20/14.
|
||||
// Copyright (c) 2014 Limelight Stream. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "MainFrameViewController.h"
|
||||
|
||||
@interface StreamManager : NSOperation
|
||||
|
||||
- (id) initWithHost:(NSString*)host andViewController:(MainFrameViewController*)viewCont;
|
||||
- (NSData*) getRiKey;
|
||||
- (int) getRiKeyId;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user