File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
boat-scaffold/src/main/templates/boat-swift5 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ extension {{moduleName}}Client {
2222{{/swiftUseApiNamespace} }
2323
2424/// { {classname} } protocol defines a blueprint of methods, properties, and other requirements for { {classname} } functionality.
25- { {#nonPublicApi} }internal{ {/nonPublicApi} }{ {^nonPublicApi} }public { {/nonPublicApi} } protocol { {classname} }Protocol {
25+ { {#nonPublicApi} }internal{ {/nonPublicApi} }{ {^nonPublicApi} }open { {/nonPublicApi} } protocol { {classname} }Protocol {
2626{{#operation} }
2727
2828 /**
@@ -53,7 +53,7 @@ extension {{moduleName}}Client {
5353
5454{ {#description} }
5555/** { {description} } */{ {/description} }
56- { {#nonPublicApi} }internal{ {/nonPublicApi} }{ {^nonPublicApi} }public { {/nonPublicApi} } class { {classname} }: NSObject, DBSClient, { {classname} }Protocol {
56+ { {#nonPublicApi} }internal{ {/nonPublicApi} }{ {^nonPublicApi} }open { {/nonPublicApi} } class { {classname} }: NSObject, DBSClient, { {classname} }Protocol {
5757 {{#useMsdkSwift} }
5858 public var dataProvider: BackbaseSDK.DBSDataProvider?
5959 { {/useMsdkSwift} }
You can’t perform that action at this time.
0 commit comments