// // AppDelegate.h // OpenCV3_Project // // Created by Jared Bruni on 1/12/17. // Copyright © 2017 Jared Bruni. All rights reserved. // #include "CVTest.h" #import <Cocoa/Cocoa.h> @interface AppDelegate : NSObject <NSApplicationDelegate> @end