nexo/apps/mattermost/libraries/@mattermost/rnutils/ios/Protocols/RNUtilsDelegate.swift

5 lines
128 B
Swift

import Foundation
@objc public protocol RNUtilsDelegate {
func sendEvent(name: String, result: Dictionary<String, Any>?)
}