00001 #ifndef MAIN_H 00002 #define MAIN_H 00003 00004 #include "Presenter.h" 00005 00007 00012 int main(int argc, char* argv[]); 00013 00014 #endif // MAIN_H