Cadabra
Computer algebra system for field theory problems
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
AppDelegate.h
Go to the documentation of this file.
1 //
2 // AppDelegate.h
3 // Cadabra
4 //
5 // Created by Kasper Peeters on 01/11/2014.
6 // Copyright (c) 2014 phi-sci. All rights reserved.
7 //
8 
9 #import <Cocoa/Cocoa.h>
10 #include "NotebookController.h"
11 
12 @interface AppDelegate : NSObject <NSApplicationDelegate>
13 
14 
15 @end
16 
Definition: AppDelegate.h:12