summaryrefslogtreecommitdiff
path: root/tests/projects/objc/macapp/src/ViewController.h
blob: a974fc934f3179559c2b7ef5334f405cb50d57bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
//  ViewController.h
//  test3
//
//  Created by ruki on 2020/4/4.
//  Copyright © 2020 tboox. All rights reserved.
//

#import <Cocoa/Cocoa.h>

@interface ViewController : NSViewController


@end