Force remote streaming mode when a VPN is connected

This commit is contained in:
Cameron Gutman
2019-12-01 20:55:20 -08:00
parent 44d4553031
commit c327c5b1ec
4 changed files with 23 additions and 38 deletions
+1 -1
View File
@@ -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