mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-24 00:47:23 +00:00
fixed a lot of jank. created a utils file and removed unused files
This commit is contained in:
@@ -7,12 +7,9 @@
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "MainFrameViewController.h"
|
||||
|
||||
@interface StreamManager : NSOperation
|
||||
|
||||
- (id) initWithHost:(NSString*)host andViewController:(MainFrameViewController*)viewCont;
|
||||
- (NSData*) getRiKey;
|
||||
- (int) getRiKeyId;
|
||||
- (id) initWithHost:(NSString*)host renderView:(UIView*)view;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user