7 lines
291 B
Swift
7 lines
291 B
Swift
// Legacy shim: Protocol definitions now live in GatewayModels.swift generated from TypeBox.
|
|
// Kept to satisfy existing project references.
|
|
import Foundation
|
|
|
|
@available(*, deprecated, message: "Use GatewayModels.swift (GatewayFrame and payload structs)")
|
|
public enum LegacyProtocolShim {}
|