import Foundation

internal enum NativeSdkErrorCodes: Int {
	case broadcastPickerDisplayed = -9004
}
