6 lines
145 B
Swift
6 lines
145 B
Swift
import Foundation
|
|
|
|
extension Notification.Name {
|
|
static let userCreatorChatSessionClose = Notification.Name("userCreatorChatSessionClose")
|
|
}
|