// -*- objc -*- #import #include "application.h" @interface ReflexAppDelegate : NSObject - (void) bind: (Reflex::Application*) application; - (BOOL) callOnStart; @end// ReflexAppDelegate