/** * */ package com.android.sns.common; /** * @author Jeong Gook, Han (hjkcool@irush.co.kr) * */ public class Constant { public static final String SERVER_DOMAIN_URL = "http://localhost"; }