19 lines
430 B
C
19 lines
430 B
C
|
//
|
||
|
// Fervor.h
|
||
|
// Fervor
|
||
|
//
|
||
|
// Created by Shadowfacts on 10/29/21.
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
//! Project version number for Fervor.
|
||
|
FOUNDATION_EXPORT double FervorVersionNumber;
|
||
|
|
||
|
//! Project version string for Fervor.
|
||
|
FOUNDATION_EXPORT const unsigned char FervorVersionString[];
|
||
|
|
||
|
// In this header, you should import all the public headers of your framework using statements like #import <Fervor/PublicHeader.h>
|
||
|
|
||
|
|