mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-21 17:49:34 +00:00
16 lines
252 B
Objective-C
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
|
|
|