package com.lloydm.geosword.common;

public interface MyActivityLoader
{
     public void onChangeActivity(int id);
}