olm/xcode/OLMKit/OLMUtility.h

16 lines
207 B
C
Raw Normal View History

2016-04-09 02:24:41 +02:00
//
// OLMUtility.h
// olm
//
// Created by Chris Ballinger on 4/8/16.
//
//
#import <Foundation/Foundation.h>
@interface OLMUtility : NSObject
+ (NSData*) randomBytesOfLength:(NSUInteger)length;
@end