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