file provider: making service work

This commit is contained in:
Evgeny Poberezkin
2022-06-02 11:06:45 +01:00
parent 1b972bc7cc
commit 17b8101d88
21 changed files with 759 additions and 26 deletions
@@ -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>