olm/xcode/OLMKit/OLMKit.h
manuroe 6f113dd7b3 OLMKit: Make the project build
Make OLMKit CocoaPods expose the obj-c wrapper of libolm
2016-09-27 14:07:30 +02:00

23 lines
545 B
Objective-C

//
// OLMKit.h
// OLMKit
//
// Created by Chris Ballinger on 4/8/16.
//
//
#import <UIKit/UIKit.h>
//! Project version number for OLMKit.
FOUNDATION_EXPORT double OLMKitVersionNumber;
//! Project version string for OLMKit.
FOUNDATION_EXPORT const unsigned char OLMKitVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <OLMKit/PublicHeader.h>
#import <OLMKit/OLMAccount.h>
#import <OLMKit/OLMSession.h>
#import <OLMKit/OLMMessage.h>
#import <OLMKit/OLMUtility.h>