file provider service is working

This commit is contained in:
Evgeny Poberezkin
2022-06-09 17:29:58 +01:00
parent c7b5d73512
commit e01be483da
21 changed files with 370 additions and 390 deletions
+19
View File
@@ -0,0 +1,19 @@
//
// SimpleXChatAPI.h
// SimpleXChatAPI
//
// Created by Evgeny on 09/06/2022.
// Copyright © 2022 SimpleX Chat. All rights reserved.
//
#import <Foundation/Foundation.h>
//! Project version number for SimpleXChatAPI.
FOUNDATION_EXPORT double SimpleXChatAPIVersionNumber;
//! Project version string for SimpleXChatAPI.
FOUNDATION_EXPORT const unsigned char SimpleXChatAPIVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <SimpleXChatAPI/PublicHeader.h>