session-ios/SessionMessagingKit/Utilities/GeneralUtilities.h

12 lines
163 B
C
Raw Normal View History

2021-01-11 04:37:49 +01:00
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface SNGeneralUtilities : NSObject
+ (NSString *)getUserPublicKey;
@end
NS_ASSUME_NONNULL_END