Sha256: c111a989ae857b06b879a30fc1db0debbaa7563041e42707965932fc78d05f87
Contents?: true
Size: 320 Bytes
Versions: 7
Compression:
Stored size: 320 Bytes
Contents
// -*- objc -*- #import <UIKit/UIApplication.h> #include <reflex/application.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> { @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