mirror of
https://github.com/krzyzanowskim/CryptoSwift.git
synced 2026-05-07 20:12:26 +00:00
16 lines
374 B
C
16 lines
374 B
C
//
|
|
// CryptoSwift.h
|
|
// CryptoSwift
|
|
//
|
|
// Created by Sam Soffes on 11/29/15.
|
|
// Copyright © 2015 Marcin Krzyzanowski. All rights reserved.
|
|
//
|
|
|
|
@import Foundation;
|
|
|
|
//! Project version number for CryptoSwift.
|
|
FOUNDATION_EXPORT double CryptoSwiftVersionNumber;
|
|
|
|
//! Project version string for CryptoSwift.
|
|
FOUNDATION_EXPORT const unsigned char CryptoSwiftVersionString[];
|