github.com/keybase/client/go@v0.0.0-20240520164431-4f512a4c85a3/chat/attachments/preview_darwin_ios.go (about) 1 //go:build ios 2 // +build ios 3 4 package attachments 5 6 /* 7 #cgo LDFLAGS: -framework MobileCoreServices 8 */ 9 import "C"