import {DynamsoftVersions} from '../VersionsModule'
import {Platform} from "react-native";

/** @hideconstructor */
export class CodeParserDedicatorModule {
    static getVersion(): string {
        return '['+Platform.OS+']: ' + DynamsoftVersions.dcpd
    }
}
