Files
OrderScheduling/Pods/SwiftyRSA/Source/SwiftyRSA.h
2023-10-08 16:18:31 +08:00

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"