Archive Project
This commit is contained in:
17
Brainfuck/AppDelegate.h
Executable file
17
Brainfuck/AppDelegate.h
Executable file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// AppDelegate.h
|
||||
// Brainfuck
|
||||
//
|
||||
// Created by Kim Wittenburg on 20.05.13.
|
||||
// Copyright (c) 2013 brainfuck. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@class CodeSnippet;
|
||||
|
||||
@interface AppDelegate : NSObject<NSApplicationDelegate, NSWindowDelegate>
|
||||
|
||||
- (IBAction)colorChanged:(id)sender;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user