mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 13:26:16 +00:00
21 lines
357 B
Objective-C
21 lines
357 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
#ifndef _NMSSH_
|
|
#define _NMSSH_
|
|
|
|
#import "libssh2.h"
|
|
#import "libssh2_sftp.h"
|
|
|
|
#import "NMSSHSessionDelegate.h"
|
|
#import "NMSSHChannelDelegate.h"
|
|
|
|
#import "NMSSHSession.h"
|
|
#import "NMSSHChannel.h"
|
|
#import "NMSFTP.h"
|
|
#import "NMSFTPFile.h"
|
|
#import "NMSSHConfig.h"
|
|
#import "NMSSHHostConfig.h"
|
|
|
|
#import "NMSSHLogger.h"
|
|
|
|
#endif |