SignalProtocolKit/AxolotlKit/AppDelegate.h
2014-09-22 20:56:25 +02:00

17 lines
315 B
Objective-C

//
// AppDelegate.h
// AxolotlKit
//
// Created by Frederic Jacobs on 21/07/14.
// Copyright (c) 2014 Frederic Jacobs. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "SessionCipher.h"
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end