import Foundation

protocol MopinionCordovaPluginVersion {
    func getCordovaPluginSemanticVersion() -> String
}
