Newer
Older
LaserMethane / Pods / SwiftyRSA / Source / SwiftyRSA.h
Pengxh on 28 Jul 2021 510 bytes first commit
//
//  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"