mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-28 20:29:53 +00:00
* ios: SimpleXChat framework to be shared by app/NSE * remove bridging headers from pp/NSE * embed & sign
17 lines
517 B
Objective-C
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>
|