2016-04-09 02:24:41 +02:00
|
|
|
//
|
|
|
|
// OLMKit.h
|
|
|
|
// OLMKit
|
|
|
|
//
|
|
|
|
// Created by Chris Ballinger on 4/8/16.
|
|
|
|
//
|
|
|
|
//
|
|
|
|
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
|
2016-09-28 16:06:45 +02:00
|
|
|
//! Project version string for OLMKit, the same as libolm.
|
|
|
|
NSString *OLMKitVersionString();
|
2016-04-09 02:24:41 +02:00
|
|
|
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <OLMKit/PublicHeader.h>
|
|
|
|
|
2016-09-27 11:57:29 +02:00
|
|
|
#import <OLMKit/OLMAccount.h>
|
|
|
|
#import <OLMKit/OLMSession.h>
|
|
|
|
#import <OLMKit/OLMMessage.h>
|
|
|
|
#import <OLMKit/OLMUtility.h>
|
2016-10-10 17:10:51 +02:00
|
|
|
#import <OLMKit/OLMInboundGroupSession.h>
|
|
|
|
#import <OLMKit/OLMOutboundGroupSession.h>
|