Files
PINRemoteImage/Example-Mac/PINRemoteImage/AppDelegate.h
2016-01-04 18:34:38 +01:00

16 lines
238 B
Objective-C

//
// AppDelegate.h
// PINRemoteImage
//
// Created by Michael Schneider on 1/3/16.
// Copyright © 2016 mischneider. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegate>
@end