chromium/third_party/tflite_support/src/tensorflow_lite_support/ios/utils/BUILD

package(
    default_visibility = ["//tensorflow_lite_support:users"],
    licenses = ["notice"],  # Apache 2.0
)

objc_library(
    name = "TFLStringUtil",
    srcs = [
        "Sources/TFLStringUtil.mm",
    ],
    hdrs = [
        "Sources/TFLStringUtil.h",
    ],
    module_name = "TFLStringUtil",
)