olm/xcode/OLMKit/OLMUtility.h
2016-04-09 14:00:30 -07:00

15 lines
214 B
Objective-C

//
// OLMUtility.h
// olm
//
// Created by Chris Ballinger on 4/8/16.
//
//
#import <Foundation/Foundation.h>
@interface OLMUtility : NSObject
+ (NSMutableData*) randomBytesOfLength:(NSUInteger)length;
@end