mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-30 21:52:34 +08:00
16 lines
287 B
Objective-C
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
|