www.pudn.com > QHelloWorld.rar > HelloWorldAppUi.h


// HelloWorldAppUi.h 
// 
// © Symbian Software Ltd 2005. All rights reserved. 
// 
 
#ifndef HELLOWORLDAPPUI_H 
#define HELLOWORLDAPPUI_H 
 
#include  
 
/** 
This class represents the application UI in hello world application, 
It has responsibility to create the view. 
*/ 
class CHelloWorldAppUi : public CQikAppUi 
    { 
public: 
	// from CQikAppUi 
	void ConstructL(); 
	}; 
 
#endif // HELLOWORLDAPPUI_H