Component - Mock objects and protocols
This UI component demonstrates how mock objects and protocols work together in iOS Swift development. It shows a simple screen with a label and a button. When the button is tapped, the label updates using a mock service that follows a protocol. This helps developers test UI behavior without real data sources.