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