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

Version Path
reflexion-0.1.12 src/osx/app_delegate.h
reflexion-0.1.11 src/osx/app_delegate.h
reflexion-0.1.10 src/osx/app_delegate.h
reflexion-0.1.9.1 src/osx/app_delegate.h
reflexion-0.1.9 src/osx/app_delegate.h
reflexion-0.1.8 src/osx/app_delegate.h
reflexion-0.1.7 src/osx/app_delegate.h