duplicate code from bind/java/seq_android.c to use for obj-c/go binding. Change-Id: Iefd5d4171cca3a30c5d56f9b37647463e6fd0c5a Reviewed-on: https://go-review.googlesource.com/9409 Reviewed-by: David Crawshaw <crawshaw@golang.org>
11 lines
227 B
Go
11 lines
227 B
Go
// Copyright 2015 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
package objc
|
|
|
|
/*
|
|
#cgo LDFLAGS: -framework Foundation
|
|
*/
|
|
import "C"
|