// // main.m // Pathfinder Example // // Created by Patrick Walton on 6/21/19. // Copyright © 2019 The Pathfinder Project Developers. All rights reserved. // #import int main(int argc, const char * argv[]) { return NSApplicationMain(argc, argv); }