Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added New Interface Stencil To House Node Protocols #880

Merged
merged 8 commits into from
Feb 14, 2025

Conversation

tinder-SamMarshall
Copy link
Contributor

This PR introduces a new file, Interface.swift, which is created alongside your Node.

Interface.swift defines public protocols required for your Node to be accessible from other modules. You can leave this file in its default location or move it to a shared location for easier module imports, enabling seamless dependency injection.

Copy link
Collaborator

@tinder-cfuller tinder-cfuller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool! ⭐

Please add templates label before merging. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
templates Templates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants