Files
MacPass/AutotypeOverlay/AOAppDelegate.h
2022-03-10 12:39:49 +01:00

16 lines
252 B
Objective-C

//
// AppDelegate.h
// AutotypeOverlay
//
// Created by Michael Starke on 09.03.22.
// Copyright © 2022 HicknHack Software GmbH. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface AOAppDelegate : NSObject <NSApplicationDelegate>
@end