package com.bogotobogo.remoteserviceclientdemo;

interface IRemoteService {
	int getCounter();
}