10 行
280 B
Swift
10 行
280 B
Swift
|
|
import UIKit
|
||
|
|
|
||
|
|
enum AppConfig {
|
||
|
|
static let appName = "临床知识库"
|
||
|
|
static let startUrl = "https://www.docscanfix.com/ywxdrugweb/#/"
|
||
|
|
static let enableNavBar = false
|
||
|
|
static let splashBackgroundColor = UIColor.white
|
||
|
|
static let splashImageName = "LaunchLogo"
|
||
|
|
}
|