19 lines
471 B
C
19 lines
471 B
C
|
//
|
||
|
// GeminiFormat.h
|
||
|
// GeminiFormat
|
||
|
//
|
||
|
// Created by Shadowfacts on 7/12/20.
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
//! Project version number for GeminiFormat.
|
||
|
FOUNDATION_EXPORT double GeminiFormatVersionNumber;
|
||
|
|
||
|
//! Project version string for GeminiFormat.
|
||
|
FOUNDATION_EXPORT const unsigned char GeminiFormatVersionString[];
|
||
|
|
||
|
// In this header, you should import all the public headers of your framework using statements like #import <GeminiFormat/PublicHeader.h>
|
||
|
|
||
|
|