#ifndef __APPDELEGATE_H__ #define __APPDELEGATE_H__ #import #include "base/thread.h" @interface AppDelegate : NSObject { bool m_fExiting; } @end #endif // __APPDELEGATE_H__