// // AppDelegate.h // CV-ImageDump.OSX // // Created by Jared Bruni on 10/24/14. // Copyright (c) 2014 Jared Bruni. All rights reserved. // #import <Cocoa/Cocoa.h> @interface AppDelegate : NSObject <NSApplicationDelegate> { } @end