mirror of
https://github.com/WuKongIM/WuKongIMiOSSDK-Framework
synced 2025-06-01 05:57:40 +00:00
20 lines
321 B
Objective-C
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
|