mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
16 lines
262 B
C
16 lines
262 B
C
|
|
//
|
||
|
|
// WakuExample-Bridging-Header.h
|
||
|
|
// WakuExample
|
||
|
|
//
|
||
|
|
// Bridging header to expose libwaku C functions to Swift
|
||
|
|
//
|
||
|
|
|
||
|
|
#ifndef WakuExample_Bridging_Header_h
|
||
|
|
#define WakuExample_Bridging_Header_h
|
||
|
|
|
||
|
|
#import "libwaku.h"
|
||
|
|
|
||
|
|
#endif /* WakuExample_Bridging_Header_h */
|
||
|
|
|
||
|
|
|