git remote add ssk ../SignalServiceKit git remote update git merge -s ours --allow-unrelated-histories --no-commit ssk/master git read-tree --prefix=SignalServiceKit -u ssk/master git commit
16 lines
248 B
Objective-C
16 lines
248 B
Objective-C
//
|
|
// AppDelegate.h
|
|
// TSKitOSXTestApp
|
|
//
|
|
// Created by Frederic Jacobs on 06/12/15.
|
|
// Copyright © 2015 Open Whisper Systems. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface AppDelegate : NSObject <NSApplicationDelegate>
|
|
|
|
|
|
@end
|
|
|