rwbutler/Hash

View on GitHub
Example/Pods/Target Support Files/Hash/Hash-umbrella.h

Summary

Maintainability
Test Coverage
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif

FOUNDATION_EXPORT double HashVersionNumber;
FOUNDATION_EXPORT const unsigned char HashVersionString[];