// // AppDelegate.h // danmaku // // Created by Sam Jaffe on 5/22/19. // Copyright © 2019 Sam Jaffe. All rights reserved. // #import <Cocoa/Cocoa.h> @interface AppDelegate : NSObject <NSApplicationDelegate> @end