github.com/keybase/client/go@v0.0.0-20240309051027-028f7c731f8b/updater/osx/Updater/AppDelegate.h (about) 1 // 2 // AppDelegate.h 3 // Updater 4 // 5 // Created by Gabriel on 4/7/16. 6 // Copyright © 2016 Keybase. All rights reserved. 7 // 8 9 #import <Cocoa/Cocoa.h> 10 11 @interface AppDelegate : NSObject <NSApplicationDelegate> 12 13 @end 14