Files
2018-03-28 14:29:57 -04:00

16 lines
227 B
Objective-C

//
// ViewController.h
// macOSRTESample
//
// Created by Deadpikle on 3/28/18.
// Copyright © 2018 Pikle Productions. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface ViewController : NSViewController
@end