// // main.m // AutotypeOverlay // // Created by Michael Starke on 09.03.22. // Copyright © 2022 HicknHack Software GmbH. All rights reserved. // #import int main(int argc, const char * argv[]) { @autoreleasepool { // Setup code that might create autoreleased objects goes here. } return NSApplicationMain(argc, argv); }