//
//  TestConstants.h
//  EntangledDemoTests
//
//
//  Copyright © 2018 IOTA Foundation. All rights reserved.
//

#ifndef TestConstants_h
#define TestConstants_h

#import <Foundation/Foundation.h>

extern NSString* const EXPECTED_NONCE;
extern NSString* const EXPECTED_ADDRESS;
extern NSString* const EXPECTED_SIGNATURE;

#endif /* TestConstants_h */
