17 lines
315 B
Objective-C
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
|