mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-24 12:47:37 +01:00
15 lines
223 B
Objective-C
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
|
|
|