All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.silentgo.core.SilentGoKit Maven / Gradle / Ivy

There is a newer version: 0.0.49
Show newest version
package com.silentgo.core;

/**
 * Project : silentgo
 * com.silentgo.core
 *
 * @author teddyzhu
 *         

* Created by on 16/7/15. */ public class SilentGoKit { private SilentGo context; public SilentGoKit(SilentGo context) { this.context = context; } public void AddRoute() { } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy