10 行
315 B
Swift
10 行
315 B
Swift
|
|
import UIKit
|
||
|
|
|
||
|
|
enum AppConfig {
|
||
|
|
static let appName = "识校宝"
|
||
|
|
static let startUrl = "https://www.docscanfix.com/ai-h5/index.html#/pages/home/loadCommon?needLogin=true"
|
||
|
|
static let enableNavBar = false
|
||
|
|
static let splashBackgroundColor = UIColor.white
|
||
|
|
static let splashImageName = "LaunchLogo"
|
||
|
|
}
|