/****************************************************************************** * Copyright (c) 2004-2007 Palm,Inc. or its subsidiaries. * All rights reserved. *****************************************************************************/ /** @ingroup VersaMailAccConfig */ /** * @brief Sample code for the VersaMail Setup Applications * * * * @version 1.0 - Initial Revision (08/21/03) * @version 1.1 - Added "About" box and 5-way nav support (02/20/07),compiles under PODS and GCC * * @file MainForm.h */ #ifndef MAINFORM_H #define MAINFORM_H Boolean MainFormHandleEvent(EventType *eventP); void InitValuesList(); #endif