12 lines
217 B
Swift
12 lines
217 B
Swift
//
|
|
// MethodNames.swift
|
|
// flutter_cast_framework
|
|
//
|
|
// Created by Gianluca Paradiso on 09/11/2019.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
enum MethodNames : String {
|
|
case onMessageReceived = "CastSession.onMessageReceived"
|
|
}
|