package org.safermobile;
//#ifndef RIM
/*
//#endif
import net.rim.device.api.ui.container.MainScreen;
public final class ITCScreen extends MainScreen
{
public ITCScreen()
{
// Set the displayed title of the screen
setTitle("In The Clear");
}
}
//#ifndef RIM
*/
//#endif