github.com/keybase/client/go@v0.0.0-20240309051027-028f7c731f8b/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"