i2pd/Mac/I2Pd/AppDelegate.h
2016-03-29 20:45:23 +02:00

15 lines
223 B
Objective-C

//
// AppDelegate.h
// I2Pd
//
// Created by Mikal Villa on 29/03/16.
// Copyright © 2016 Purple I2P. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegate>
@end