// // AppDelegate.h // CocoaTest // // Created by tiff on 11/17/16. // Copyright © 2016 icondb. All rights reserved. // #import <Cocoa/Cocoa.h> @interface AppDelegate : NSObject <NSApplicationDelegate> @end