15 lines
254 B
Swift
15 lines
254 B
Swift
//
|
|
// AppKeyStrings.swift
|
|
// OrderScheduling
|
|
//
|
|
// Created by 中道 on 2023/8/4.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
public let MAAppKey = "6e13671d1444633f9fd5a407a309555a"
|
|
|
|
public let JPushKey = "259b546bb2aaf5f02ffa2547"
|
|
|
|
public let AppItunesId = "1469168177"
|