mirror of
https://github.com/Finb/Bark.git
synced 2025-12-08 21:36:01 +00:00
13 lines
210 B
Swift
13 lines
210 B
Swift
//
|
|
// SharedDefines.swift
|
|
// Bark
|
|
//
|
|
// Created by huangfeng on 2024/7/26.
|
|
// Copyright © 2024 Fin. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
|
|
let kStopCallProcessorKey = "stopCallProcessorNotification"
|