5 lines
128 B
Swift
5 lines
128 B
Swift
import Foundation
|
|
|
|
@objc public protocol RNUtilsDelegate {
|
|
func sendEvent(name: String, result: Dictionary<String, Any>?)
|
|
}
|