29 lines
578 B
Objective-C
29 lines
578 B
Objective-C
#ifdef __OBJC__
|
|
#import <UIKit/UIKit.h>
|
|
#else
|
|
#ifndef FOUNDATION_EXPORT
|
|
#if defined(__cplusplus)
|
|
#define FOUNDATION_EXPORT extern "C"
|
|
#else
|
|
#define FOUNDATION_EXPORT extern
|
|
#endif
|
|
#endif
|
|
#endif
|
|
|
|
#import "NAAEAD.h"
|
|
#import "NAAuth.h"
|
|
#import "NABox.h"
|
|
#import "NABoxKeypair.h"
|
|
#import "NAChloride.h"
|
|
#import "NAInterface.h"
|
|
#import "NAOneTimeAuth.h"
|
|
#import "NARandom.h"
|
|
#import "NAScrypt.h"
|
|
#import "NASecretBox.h"
|
|
#import "NASecureData.h"
|
|
#import "NAStream.h"
|
|
|
|
FOUNDATION_EXPORT double NAChlorideVersionNumber;
|
|
FOUNDATION_EXPORT const unsigned char NAChlorideVersionString[];
|
|
|