summaryrefslogtreecommitdiff
path: root/tests/plugins/pack/macapp/src/main.m
blob: 01b588b66fbcc0335b49628e41af0f419b49cbd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
//  main.m
//  macapp
//
//  Created by ruki on 2020/4/4.
//  Copyright © 2020 tboox. All rights reserved.
//

#import <Cocoa/Cocoa.h>

int main(int argc, const char * argv[]) {
    @autoreleasepool {
        // Setup code that might create autoreleased objects goes here.
    }
    return NSApplicationMain(argc, argv);
}