| 12345678910111213141516171819 |
- //
- // CryptoSwift.h
- // CryptoSwift
- //
- // Created by Marcin Krzyzanowski on 06/07/14.
- // Copyright (c) 2014 Marcin Krzyzanowski. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- //! Project version number for CryptoSwift.
- FOUNDATION_EXPORT double CryptoSwiftVersionNumber;
- //! Project version string for CryptoSwift.
- FOUNDATION_EXPORT const unsigned char CryptoSwiftVersionString[];
- // In this header, you should import all the public headers of your framework using statements like #import <CryptoSwift/PublicHeader.h>
|