Files
RubyMotion/installer/RubyMotion Installer/RubyMotion Installer/RMAppDelegate.h
Laurent Sansonetti 94cfc5e5a0 add installer code
2012-04-02 18:54:06 +02:00

16 lines
287 B
Objective-C

//
// RMAppDelegate.h
// RubyMotion Installer
//
// Created by lrz on 3/31/12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface RMAppDelegate : NSObject <NSApplicationDelegate>
@property (assign) IBOutlet NSWindow *window;
@end