github.com/keybase/client/go@v0.0.0-20241007131713-f10651d043c8/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"