You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
doctor_app_flutter/ios/Runner/ICallProtocoll.swift

16 lines
292 B
Swift

//
// ICallProtocol.swift
// Runner
//
// Created by Elham Rababah && Mohammad Aljammal on 7/2/20.
// Copyright © 2020 The Chromium Authors. All rights reserved.
//
import Foundation
protocol ICallProtocol {
func sessionDone(res:Any)
func sessionNotResponded(res: Any)
}