Skip to content

Commit

Permalink
add set sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Nov 1, 2023
1 parent 28fbfdd commit 8324e11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions binding/ios/Octopus.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ public class Octopus {

private static var sdk = "ios"

public static func setSdk(sdk: String) {
self.sdk = sdk
}

/// Constructor.
///
/// - Parameters:
Expand Down

0 comments on commit 8324e11

Please sign in to comment.