olm/xcode/OLMKit/OLMKit.h

23 lines
516 B
C
Raw Normal View History

2016-04-09 02:24:41 +02:00
//
// 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 "OLMAccount.h"
#import "OLMSession.h"
#import "OLMMessage.h"
#import "OLMUtility.h"