We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2df08c9 + c94c274 commit 9bc267eCopy full SHA for 9bc267e
boat-scaffold/src/main/templates/boat-swift5/api.mustache
@@ -22,7 +22,7 @@ extension {{moduleName}}Client {
22
{{/swiftUseApiNamespace}}
23
24
/// {{classname}} protocol defines a blueprint of methods, properties, and other requirements for {{classname}} functionality.
25
-{{#nonPublicApi}}internal{{/nonPublicApi}}{{^nonPublicApi}}open{{/nonPublicApi}} protocol {{classname}}Protocol {
+{{#nonPublicApi}}internal{{/nonPublicApi}}{{^nonPublicApi}}public{{/nonPublicApi}} protocol {{classname}}Protocol {
26
{{#operation}}
27
28
/**
0 commit comments