25 lines
560 B
Swift
25 lines
560 B
Swift
//
|
|
// EntryStrings.swift
|
|
// OrderScheduling
|
|
//
|
|
// Created by 中道 on 2023/8/9.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
public let loginNoticeEntry = "loginNoticeEntry"
|
|
|
|
public let refuseOrderEntry = "refuseOrderEntry"
|
|
|
|
public let refuseOrderConfirmEntry = "refuseOrderConfirmEntry"
|
|
|
|
public let appUpdateEntry = "appUpdateEntry"
|
|
|
|
public let notificationAuthViewEntry = "notificationAuthViewEntry"
|
|
|
|
public let acceptOrderViewEntry = "acceptOrderViewEntry"
|
|
|
|
public let pushNotiCommonViewEntry = "pushNotiCommonViewEntry"
|
|
|
|
public let vehicleLogoutEntry = "vehicleLogoutEntry"
|