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 {
22
22
{{/swiftUseApiNamespace} }
23
23
24
24
/// { {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 {
26
26
{{#operation} }
27
27
28
28
/**
@@ -53,7 +53,7 @@ extension {{moduleName}}Client {
53
53
54
54
{ {#description} }
55
55
/** { {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 {
57
57
{{#useMsdkSwift} }
58
58
public var dataProvider: BackbaseSDK.DBSDataProvider?
59
59
{ {/useMsdkSwift} }
You can’t perform that action at this time.
0 commit comments