mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-21 07:50:18 +00:00
implemented crypto and started pairing
This commit is contained in:
14
Limelight/HttpManager.h
Normal file
14
Limelight/HttpManager.h
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// HttpManager.h
|
||||
// Limelight
|
||||
//
|
||||
// Created by Diego Waxemberg on 10/16/14.
|
||||
// Copyright (c) 2014 Limelight Stream. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface HttpManager : NSObject
|
||||
- (NSString*) generatePIN;
|
||||
- (NSString*) saltPIN:(NSString*)PIN;
|
||||
@end
|
||||
Reference in New Issue
Block a user