Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Update examples/tests with generates_header = True where necessary …
Browse files Browse the repository at this point in the history
…before flipping the attribute.

PiperOrigin-RevId: 362932692
  • Loading branch information
allevato authored and swiple-rules-gardener committed Mar 15, 2021
1 parent e621e5e commit 1bcdd57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/apple/objc_interop/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ objc_library(
swift_library(
name = "Printer",
srcs = ["Printer.swift"],
generates_header = True,
deps = [":PrintStream"],
)

Expand Down

0 comments on commit 1bcdd57

Please sign in to comment.