SimpleX-Chat/apps/ios/SimpleXChat/SimpleXChat.h
Evgeny Poberezkin fa844c48e9
ios: SimpleXChat framework to be shared by app/NSE (#714)
* ios: SimpleXChat framework to be shared by app/NSE

* remove bridging headers from pp/NSE

* embed & sign
2022-05-31 07:55:13 +01:00

17 lines
517 B
Objective-C

//
// SimpleXChat.h
// SimpleXChat
//
// Created by Evgeny on 30/05/2022.
// Copyright © 2022 SimpleX Chat. All rights reserved.
//
#import <Foundation/Foundation.h>
//! Project version number for SimpleXChat.
FOUNDATION_EXPORT double SimpleXChatVersionNumber;
//! Project version string for SimpleXChat.
FOUNDATION_EXPORT const unsigned char SimpleXChatVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <SimpleXChat/PublicHeader.h>