// // WFCUUserSectionKeySupport.h // WFChatUIKit // // Created by Zack Zhang on 2020/4/4. // Copyright © 2020 WildFireChat. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface WFCUUserSectionKeySupport : NSObject + (NSMutableDictionary *)userSectionKeys:(NSArray *)userList; @end NS_ASSUME_NONNULL_END