10 行
262 B
Swift
10 行
262 B
Swift
|
|
import UIKit
|
||
|
|
|
||
|
|
enum AppConfig {
|
||
|
|
static let appName = "医网信"
|
||
|
|
static let startUrl = "https://frp.xuqinmin.com/h5/"
|
||
|
|
static let enableNavBar = false
|
||
|
|
static let splashBackgroundColor = UIColor.white
|
||
|
|
static let splashImageName = "LaunchLogo"
|
||
|
|
}
|