Protocol: legacy shim file for Xcode references
parent
b0c196cf82
commit
f244aba03d
|
|
@ -0,0 +1,6 @@
|
|||
// 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 {}
|
||||
Loading…
Reference in New Issue