session-ios/Session/View Controllers/DeviceNameModalDelegate.swift

6 lines
130 B
Swift
Raw Normal View History

2019-11-20 02:06:41 +01:00
@objc protocol DeviceNameModalDelegate {
func handleDeviceNameChanged(to name: String, for device: DeviceLink.Device)
}