20 lines
510 B
Objective-C
20 lines
510 B
Objective-C
//
|
|
// SwiftyRSA.h
|
|
// SwiftyRSA
|
|
//
|
|
// Created by Loïs Di Qual on 7/2/15.
|
|
// Copyright (c) 2015 Scoop. All rights reserved.
|
|
//
|
|
|
|
@import Foundation;
|
|
|
|
//! Project version number for SwiftyRSA.
|
|
FOUNDATION_EXPORT double SwiftyRSAVersionNumber;
|
|
|
|
//! Project version string for SwiftyRSA.
|
|
FOUNDATION_EXPORT const unsigned char SwiftyRSAVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <SwiftyRSA/PublicHeader.h>
|
|
|
|
#import "NSData+SHA.h"
|