Sha256: 04f233da83e95e427fd03847593171651f42c02a605e0b7a9a896a5f5fd933f6
Contents?: true
Size: 318 Bytes
Versions: 7
Compression:
Stored size: 318 Bytes
Contents
// -*- objc -*- #import <AppKit/NSApplication.h> #include <reflex/application.h> @interface AppDelegate : NSObject <NSApplicationDelegate> { @private Reflex::Application::Ref* pref; } - (void) bind: (Reflex::Application*) instance; - (void) unbind: (Reflex::Application*) instance; @end// AppDelegate
Version data entries
7 entries across 7 versions & 1 rubygems