mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
ProgressView, its Theming Extension, and its tests all declared the same method. This can introduce linker or compiler problems. Unique names are provided based on their contexts. Follow-up to #7791