Conf.java 269 Bytes
package com.mobithink.tracesdk;

public class Conf {

	public final class App {
		public static final int VERSION = 1;

		public static final String API_SERVER = "http://dt.mtafftracking.com/";
	}

	public static class Env {
		public static boolean LOG_ON = true;
	}
}