tangtaoit 7b0c1bc743 init
2023-05-25 10:32:00 +08:00

20 lines
321 B
Objective-C

//
// WKUUIDUtil.h
// WuKongIMSDK
//
// Created by tt on 2020/5/28.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface WKUUIDUtil : NSObject
+ (NSString*)getUUID;
+(NSString*) getClientMsgNo:(NSString*)custId toCustId:(NSString*)toCustId chatId:(NSString*)chatId;
@end
NS_ASSUME_NONNULL_END