XcodeSwift/AliyunLogSwift/DemoUtils.swift (12 lines of code) (raw):
//
// DemoUtils.swift
// AliyunLogSwift
//
// Created by gordon on 2021/12/17.
//
import Foundation
class DemoUtils {
static let shared = DemoUtils()
var endpoint = ""
var project = ""
var logstore = ""
var accessKeyId = ""
var accessKeySecret = ""
var pluginAppId = ""
var secKey = ""
private init() {}
}