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

#import <Cocoa/Cocoa.h>

@interface ViewController : NSViewController


@end