olm/xcode/OLMKit/OLMUtility.h

16 lines
214 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
2016-04-09 23:00:30 +02:00
+ (NSMutableData*) randomBytesOfLength:(NSUInteger)length;
2016-04-09 02:24:41 +02:00
@end