// // NIMQChatGetExistingAccidsInServerRoleResult.h // NIMLib // // Created by Evang on 2022/2/16. // Copyright © 2022 Netease. All rights reserved. // #import @class NIMQChatServerRole; NS_ASSUME_NONNULL_BEGIN @interface NIMQChatGetExistingAccidsInServerRoleResult : NSObject @property (nullable, nonatomic, copy) NSDictionary *> *accidServerRolesDic; @end NS_ASSUME_NONNULL_END