We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fbdc2d commit a75523dCopy full SHA for a75523d
templates/swift/api.mustache
@@ -11,7 +11,7 @@ import Foundation
11
*/{{/description}}
12
{{#objcCompatible}}@objcMembers {{/objcCompatible}}open class {{classname}}{{#objcCompatible}} : NSObject{{/objcCompatible}} {
13
14
- private var configuration: {{classname}}Configuration
+ public private(set) var configuration: {{classname}}Configuration
15
private var transporter: Transporter
16
17
var appID: String {
0 commit comments