github.com/keybase/client/go@v0.0.0-20241007131713-f10651d043c8/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