2
0
mirror of https://github.com/status-im/status-go.git synced 2025-01-18 10:42:07 +00:00
2017-09-26 11:23:13 +02:00

13 lines
223 B
Go

// +build darwin,cgo
package signal
/*
#cgo CFLAGS: -x objective-c
#cgo LDFLAGS: -framework Foundation
#include <stddef.h>
#include <stdbool.h>
extern bool StatusServiceSignalEvent( const char *jsonEvent );
*/
import "C"