//
// 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