/* Generated file, do not edit */

import Foundation

// helper for the reported pluginversion
extension MopinionCordova: MopinionCordovaPluginVersion {

    // How we identify the plugin version in the mopinion feedback inbox
    func getCordovaPluginSemanticVersion() -> String {
        return "1.0.0"
    }
}
