mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 13:26:16 +00:00
fix dependencies building, looks like i cant use the sim bc libs are compiled for ios
This commit is contained in:
18
Carthage/Checkouts/NMSSH/NMSSHTests/Settings/ConfigHelper.h
vendored
Normal file
18
Carthage/Checkouts/NMSSH/NMSSHTests/Settings/ConfigHelper.h
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface ConfigHelper : NSObject
|
||||
|
||||
/**
|
||||
* Helper method to get a value from the configuration YAML.
|
||||
*
|
||||
* Assuming the values in the YAML file can be represented as NSDictionary, you
|
||||
* can create a chain to get a deep value.
|
||||
*
|
||||
* Example:
|
||||
*
|
||||
* NSString *host = [ConfigHelper valueForKey:
|
||||
* @"valid_password_protected_server.host"];
|
||||
*/
|
||||
+ (id)valueForKey:(NSString *)key;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user