Skip to content

Commit 430311c

Browse files
allevatokeith
authored andcommitted
Update examples/tests with generates_header = True where necessary before flipping the attribute.
PiperOrigin-RevId: 362932692 (cherry picked from commit 1bcdd57)
1 parent 97221ad commit 430311c

File tree

1 file changed

+1
-0
lines changed
  • examples/apple/objc_interop

1 file changed

+1
-0
lines changed

examples/apple/objc_interop/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ objc_library(
2020
swift_library(
2121
name = "Printer",
2222
srcs = ["Printer.swift"],
23+
generates_header = True,
2324
deps = [":PrintStream"],
2425
)
2526

0 commit comments

Comments
 (0)