WFCUUserSectionKeySupport.h 351 B

12345678910111213141516
  1. //
  2. // WFCUUserSectionKeySupport.h
  3. // WFChatUIKit
  4. //
  5. // Created by Zack Zhang on 2020/4/4.
  6. // Copyright © 2020 WildFireChat. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface WFCUUserSectionKeySupport : NSObject
  11. + (NSMutableDictionary *)userSectionKeys:(NSArray *)userList;
  12. @end
  13. NS_ASSUME_NONNULL_END