Initial commit
Message receiving works, sending sort of works
This commit is contained in:
15
MessagesBridge/AppDelegate.h
Normal file
15
MessagesBridge/AppDelegate.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// AppDelegate.h
|
||||
// MessagesBridge
|
||||
//
|
||||
// Created by James Magahern on 11/12/18.
|
||||
// Copyright © 2018 James Magahern. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
@interface AppDelegate : NSObject <NSApplicationDelegate>
|
||||
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user