Remove ancient trunk folder from svn repository
[synfig.git] / synfig-osx / launcher / SynfigApplication.h
diff --git a/synfig-osx/launcher/SynfigApplication.h b/synfig-osx/launcher/SynfigApplication.h
new file mode 100644 (file)
index 0000000..a2dcf10
--- /dev/null
@@ -0,0 +1,16 @@
+//
+//  SynfigApplication.h
+//  Synfig Studio
+//
+//  Created by Robert Quattlebaum on Sun Nov 21 2004.
+//  Copyright (c) 2004 __MyCompanyName__. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "X11Application.h"
+
+@interface SynfigApplication : X11Application {
+
+}
+
+@end