10 lines
226 B
Swift
10 lines
226 B
Swift
import NIMSDK
|
|
|
|
struct NIMConfigurationManager {
|
|
static func setupSDK() {
|
|
NIMSDK.shared().register(
|
|
withAppID: "79bc37000f4018a2a24ea9dc6ca08d32",
|
|
cerName: "pikoDevelopPush"
|
|
)
|
|
}
|
|
} |