AppDelegate.h 220 B

12345678910111213
  1. //
  2. // AppDelegate.h
  3. // danmaku
  4. //
  5. // Created by Sam Jaffe on 5/22/19.
  6. // Copyright © 2019 Sam Jaffe. All rights reserved.
  7. //
  8. #import <Cocoa/Cocoa.h>
  9. @interface AppDelegate : NSObject <NSApplicationDelegate>
  10. @end