Files
simplex-chat/apps/ios/SimpleXChat/hs_init.h
2023-11-22 22:12:42 +00:00

15 lines
220 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);
#endif /* hs_init_h */