mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
file provider: making service work
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// SimpleXServiceProtocol.h
|
||||
// SimpleXServiceProtocol
|
||||
//
|
||||
// Created by Evgeny on 01/06/2022.
|
||||
// Copyright © 2022 SimpleX Chat. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
//! Project version number for SimpleXServiceProtocol.
|
||||
FOUNDATION_EXPORT double SimpleXServiceProtocolVersionNumber;
|
||||
|
||||
//! Project version string for SimpleXServiceProtocol.
|
||||
FOUNDATION_EXPORT const unsigned char SimpleXServiceProtocolVersionString[];
|
||||
|
||||
// In this header, you should import all the public headers of your framework using statements like #import <SimpleXServiceProtocol/PublicHeader.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user