17 lines
265 B
Objective-C
17 lines
265 B
Objective-C
//
|
|
// ViewController.h
|
|
// Lockdown
|
|
//
|
|
// Created by Patrick Wardle on 2/14/16 and is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface ViewController : NSViewController
|
|
{
|
|
|
|
}
|
|
|
|
@end
|
|
|