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

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