www.pudn.com > UIQ_Code1.rar > CommandsAppUi.h
// CommandsAppUi.h // // © Symbian Software Ltd 2005. All rights reserved. // #ifndef COMMANDSAPPUI_H #define COMMANDSAPPUI_H #include/** This class represents the application UI in Commands application, It has responsibility to create the view. */ class CCommandsAppUi : public CQikAppUi { public: void ConstructL(); }; #endif // COMMANDSAPPUI_H