DKGL2 sample codes

AppDelegate.h 217B

123456789101112131415
  1. //
  2. // AppDelegate.h
  3. // CocoaTest
  4. //
  5. // Created by tiff on 11/17/16.
  6. // Copyright © 2016 icondb. All rights reserved.
  7. //
  8. #import <Cocoa/Cocoa.h>
  9. @interface AppDelegate : NSObject <NSApplicationDelegate>
  10. @end