aboutsummaryrefslogtreecommitdiff
path: root/xcode/OLMKit/OLMUtility.h
diff options
context:
space:
mode:
Diffstat (limited to 'xcode/OLMKit/OLMUtility.h')
-rw-r--r--xcode/OLMKit/OLMUtility.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/xcode/OLMKit/OLMUtility.h b/xcode/OLMKit/OLMUtility.h
new file mode 100644
index 0000000..8acbf40
--- /dev/null
+++ b/xcode/OLMKit/OLMUtility.h
@@ -0,0 +1,15 @@
+//
+// OLMUtility.h
+// olm
+//
+// Created by Chris Ballinger on 4/8/16.
+//
+//
+
+#import <Foundation/Foundation.h>
+
+@interface OLMUtility : NSObject
+
++ (NSMutableData*) randomBytesOfLength:(NSUInteger)length;
+
+@end