mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-06-17 14:11:35 +00:00
Force remote streaming mode when a VPN is connected
This commit is contained in:
@@ -25,8 +25,8 @@ FOUNDATION_EXPORT NSString *const deviceName;
|
||||
+ (NSData*) randomBytes:(NSInteger)length;
|
||||
+ (NSString*) bytesToHex:(NSData*)data;
|
||||
+ (NSData*) hexToBytes:(NSString*) hex;
|
||||
+ (int) resolveHost:(NSString*)host;
|
||||
+ (void) addHelpOptionToDialog:(UIAlertController*)dialog;
|
||||
+ (BOOL) isActiveNetworkVPN;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user