1package( 2 default_visibility = ["//tensorflow_lite_support:users"], 3 licenses = ["notice"], # Apache 2.0 4) 5 6objc_library( 7 name = "TFLStringUtil", 8 srcs = [ 9 "Sources/TFLStringUtil.mm", 10 ], 11 hdrs = [ 12 "Sources/TFLStringUtil.h", 13 ], 14 module_name = "TFLStringUtil", 15) 16