simplex-chat/apps/ios/SimpleXChat/hs_init.h

17 lines
250 B
C
Raw Normal View History

2023-11-22 16:12:42 -06:00
//
// 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);
2023-11-22 16:12:42 -06:00
#endif /* hs_init_h */