16 lines
227 B
Objective-C
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
|
|
|