19 lines
483 B
Objective-C
19 lines
483 B
Objective-C
//
|
|
// SwiftChainCore.h
|
|
// SwiftChainCore
|
|
//
|
|
// Created by Victor on 02/12/2024.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for SwiftChainCore.
|
|
FOUNDATION_EXPORT double SwiftChainCoreVersionNumber;
|
|
|
|
//! Project version string for SwiftChainCore.
|
|
FOUNDATION_EXPORT const unsigned char SwiftChainCoreVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <SwiftChainCore/PublicHeader.h>
|
|
|
|
|