Files
suixinkan_uikit/suixinkan/Config/UmengConfig.swift

16 lines
354 B
Swift
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// UmengConfig.swift
// suixinkan
//
import Foundation
/// SDK
enum UmengConfig {
/// iOS AppKey
nonisolated static let appKey = "6a470b81cbfa6959516c34d0"
/// 使 App Store
nonisolated static let channel = "App Store"
}