* ios: fix callkit calls via NSE * comments * more reliable NSE start * remove public logs, different RTS parameters for NSE * only suspend NSE if we have chat controller, to avoid crashes if suspension attempted without controller created * comments * fix * simplify
17 lines
250 B
C
17 lines
250 B
C
//
|
|
// hs_init.h
|
|
// SimpleXChat
|
|
//
|
|
// Created by Evgeny on 22/11/2023.
|
|
// Copyright © 2023 SimpleX Chat. All rights reserved.
|
|
//
|
|
|
|
#ifndef hs_init_h
|
|
#define hs_init_h
|
|
|
|
void haskell_init(void);
|
|
|
|
void haskell_init_nse(void);
|
|
|
|
#endif /* hs_init_h */
|