56 lines
1.6 KiB
Objective-C
56 lines
1.6 KiB
Objective-C
//
|
|
// ChatSecureCore.h
|
|
// ChatSecureCore
|
|
//
|
|
// Created by Christopher Ballinger on 9/14/15.
|
|
// Copyright © 2015 Chris Ballinger. All rights reserved.
|
|
//
|
|
|
|
@import UIKit;
|
|
|
|
//! Project version number for ChatSecureCore.
|
|
FOUNDATION_EXPORT double ChatSecureCoreVersionNumber;
|
|
|
|
//! Project version string for ChatSecureCore.
|
|
FOUNDATION_EXPORT const unsigned char ChatSecureCoreVersionString[];
|
|
|
|
#import "OTRAccount.h"
|
|
#import "OTRBaseLoginViewController.h"
|
|
#import "OTRXMPPCreateAccountHandler.h"
|
|
#import "OTRXLFormCreator.h"
|
|
#import "OTRAppDelegate.h"
|
|
#import "OTRTheme.h"
|
|
#import "NSURL+ChatSecure.h"
|
|
#import "OTRQRCodeActivity.h"
|
|
#import "OTRConstants.h"
|
|
#import "OTRPasswordGenerator.h"
|
|
#import "OTRBaseLoginViewController.h"
|
|
#import "OTRXMPPCreateAccountHandler.h"
|
|
#import "OTRXLFormCreator.h"
|
|
#import "OTRBuddy.h"
|
|
#import "OTRConstants.h"
|
|
#import "OTRDatabaseManager.h"
|
|
#import "OTRAppDelegate.h"
|
|
#import "OTRTheme.h"
|
|
#import "OTRPushTLVHandlerProtocols.h"
|
|
#import "OTREncryptionManager.h"
|
|
#import "OTRQRCodeActivity.h"
|
|
#import "OTRMessage.h"
|
|
#import "OTRImages.h"
|
|
#import "OTRDatabaseManager.h"
|
|
#import "OTRDatabaseView.h"
|
|
#import "OTRConversationViewController.h"
|
|
#import "OTRMessagesViewController.h"
|
|
#import "OTRMessagesHoldTalkViewController.h"
|
|
#import "OTRMessagesGroupViewController.h"
|
|
#import "OTRComposeViewController.h"
|
|
#import "OTRThreadOwner.h"
|
|
#import "OTRBuddy.h"
|
|
#import "OTRLanguageManager.h"
|
|
#import "NSURL+ChatSecure.h"
|
|
#import "OTRProtocolManager.h"
|
|
#import "OTRInviteViewController.h"
|
|
#import "OTRNotificationPermissions.h"
|
|
#import "OTRBuddyInfoCell.h"
|
|
#import "NSString+ChatSecure.h"
|